36 map = Crossfire.WhoAmI().ReadKey(
"punish_sell_in")
40 current = Crossfire.WhoIsActivator().Map.Path
42 if len(current) < len(map):
45 if map == current[0:len(map)]:
56 map = Crossfire.WhoIsActivator().Map
57 for h
in range(0, map.Height):
58 for w
in range(0, map.Width):
59 top = map.ObjectAt(w, h)
62 count = random.randint(2, 8)
64 guard = Crossfire.CreateObjectByName(
"guard")
66 guard.Unaggressive = 0
67 map.InsertAround(guard, w, h)
73 Crossfire.WhoIsActivator().
Message(
"You thief!")
74 Crossfire.SetReturnValue(1)