Giraffe
09-21-2003, 12:44 PM
I'm trying to run some code when power ups respawn. I whipped up some test cog:
flags=0x100
symbols
message respawn
thing item_respawn_0
end
code
respawn:
print("respawn message called!");
print(GetSenderRef());
end
However, when the item respawns, nothing is printed on the screen.
Any thoughts?
------------------
How do you get an evil herbivore?
Evil G (http://people.pwf.cam.ac.uk/cm319/)
flags=0x100
symbols
message respawn
thing item_respawn_0
end
code
respawn:
print("respawn message called!");
print(GetSenderRef());
end
However, when the item respawns, nothing is printed on the screen.
Any thoughts?
------------------
How do you get an evil herbivore?
Evil G (http://people.pwf.cam.ac.uk/cm319/)