4 smoke_what =
'pipeweed'
5 color = Crossfire.MessageFlag.NDI_BLUE
8 if who.Type != Crossfire.Type.PLAYER:
12 if what.ArchName == smoke_what:
16 who.Write(
'You don\'t have anything to smoke.', color)
19 what.Quantity = what.Quantity - 1
20 force = who.CreateObject(
'force_effect')
26 force.SetResist(Crossfire.AttackTypeNumber.FEAR, 100)
29 Crossfire.SetReturnValue(1)
31 me = Crossfire.WhoAmI()
32 who = Crossfire.WhoIsActivator()