PHP Code:
local mob = 101
say(mob)
mob.spawn(mob, pc.get_local_x(), pc.get_local_y(), 1, 1, 1)
you get a chat window with 101
but no monster
it starts to piss me off ...
local mob = 101
say(mob)
mob.spawn(mob, pc.get_local_x(), pc.get_local_y(), 1, 1, 1)