You will get more answers if you ask specific questions and explain exactly what your problem is. Also when asking about triggers it's generally better to copy and paste the trigger that you're having trouble with, instead of having people download your whole map, then wait for World Edit to open, then try to decipher your trigger system, THEN try to figure out what the problem is. Last thing that will help get you answers: good commenting! Seems like no-one uses that action at all...
Anyway, without looking at your map all I can tell you it's probably an endless recursion you've created. Do you have one trigger that calls itself, maybe? Or a trigger that uses an event that it itself causes, like one that runs when a unit is selected which then selects a unit? |