4 eatmap =
'/planes/purpleworm'
8 worm = Crossfire.WhoAmI()
9 me = Crossfire.WhoIsOther()
13 if (me.__class__
is Crossfire.Player):
15 elif (me.Alive ==
True):
21 me.Map.Print(
"\nYou are swallowed whole by the %s!" % (worm.Name))
22 map = Crossfire.ReadyMap(eatmap)
24 me.Teleport(map, eat_x, eat_y)
26 Crossfire.Log(Crossfire.LogError,
"There is no eat map")
29 me.Map.Print(
"\nThe %s is swallowed whole by the %s!" % (me.Name, worm.Name))
31 while (me.Inventory
is not None):
32 me.Inventory.InsertInto(worm)
34 mexists = Crossfire.WhoIsOther()
38 worm.Map.Print(
'doesnt exist')
40 me.Map.Print(
"\nThe %s misses the %s" % (worm.Name, me.Name))