I'm trying to run some code when power ups respawn. I whipped up some test cog:
However, when the item respawns, nothing is printed on the screen.
Any thoughts?
------------------
How do you get an evil herbivore?
Evil G
Code:
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