- Joined
- Dec 31, 2014
- Messages
- 68
Hello all, another thread about combining triggers.
In my level I have 100's of 'Region' based triggers and if possible I would like to merge them into 1 or a few triggers to hopefully save some memory, Ideally I would like something to the extent of;
Thanks
In my level I have 100's of 'Region' based triggers and if possible I would like to merge them into 1 or a few triggers to hopefully save some memory, Ideally I would like something to the extent of;
-
Events - A Unit Enters ANY region
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Region is Named Bob
-
-
Then - Actions
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Region is Named Fred
-
-
Then - Actions
-
Else - Actions
-
-
Thanks