Hey,
The tutorial is pretty good and seems to work on quite a few maps, however...
I added a gold cheat in a protected sheep tag map using this method and it worked fine
Next I decided to try Island Defense (2.7.5BETA in case you're wondering) but the .j script was different in that there was no 'useless spaces' or //(custom text here)
Also, in the beginning where it defines triggers (Normally it's 'trigger gg_trg_(trigger_name) = null' but here it was 'trigger gg_trg_(trigger_name) = CreateTrigger()'. The actual triggers are also slightly different too. I tried to apply the 'trigger gg_trg_(trigger_name) = null' method here with the map and included the "call InitTrig_(trigger_name)( )" after the 'function main' but the map ended up bugged. I tried other modifications but to no avail.
Care to explain and offer a solution?
By the way, I'm also curious about how to remove triggers because when I removed a trigger from a map (Removed both the 'trigger gg_trg_(trigger_name = null' and the actual trigger) and the map ended up corrupt
Any help appreciated, thanks for time/help (If I get it
)
-Aero