Blockland Forums > Modification Help
Random Error's
Badspot:
It's stupid that the engine lets you type that in as a name, but yeah.
MrPickle:
It should automagically change it.
MrPickle:
Well, Sorry for this bump (Better than making new topic) but im pretty sure (%90) that theres nothing wrong with this:
--- Code: ---datablock TriggerData(NoobKillingTrigger){
tickPeriodMS = 100;
};
function ##N##oobKillingTrigger::onEnterTrigger(%this, %trigger, %obj){
if(!%obj.isAdmin){
--- End code ---
Badspot:
the error could be further back in the code.
MrPickle:
It says Advanced error on line 70 but theres only 66 lines ><