If you want you can create a variable (integer) to use as a condition on your initial trigger.
Just make the condition say Variable = 1
That way it won't remove any unit in that region unless you are ready for it (I'm not sure how often you want this to happen or under what circumstances, so this is the most basic solution I can give).
You can have your trigger that creates a unit in that region simply use the Set Variable action just before the unit is created and set your variable to 0, effectively deactivating your removal trigger until your unit is moved or you are ready to set your variable back to 1.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
@zephraph: Go
If you want you can create a variable (integer) to use as a condition on your initial trigger.
Just make the condition say Variable = 1
That way it won't remove any unit in that region unless you are ready for it (I'm not sure how often you want this to happen or under what circumstances, so this is the most basic solution I can give).
You can have your trigger that creates a unit in that region simply use the Set Variable action just before the unit is created and set your variable to 0, effectively deactivating your removal trigger until your unit is moved or you are ready to set your variable back to 1.