3 Crossfire.SetReturnValue( 1 )
5 whoami = Crossfire.WhoAmI()
6 who = Crossfire.WhoIsActivator()
7 where = Crossfire.WhoIsOther()
9 whoami.Say(
"i'm %s pickup by %s"%(whoami.Name, who.Name))
11 whoami.Say(
"i'm about to be put into %s"%where.Name)
13 whoami.Say(
'put nowhere')