Blockland Forums > Modification Help
Problem with onLeave in a trigger
Game master pro:
Ah, right, thanks. The killing and the bottomprinting works now, but i still get the error message, so I have the feeling i'm doing something wrong.
-=>RR<=-MasterCE:
Try it without the onEnter command
Game master pro:
The trigger works fine now, removing that didn't do anything, but i still get spammed by that trigger usage line =\
MrPickle:
I get that with my non-admin killing trigger aswell, (The wrong amount of arguments)
Badspot:
Even if you're not using it, you have to define an onTickTrigger method for your trigger like so:
--- Code: ---function GameArena::onTickTrigger(%this,%trigger, %obj)
{
Parent::onTickTrigger(%this,%trigger);
}
--- End code ---