Would this trigger leak?
Thanks
-
subMT Gold Loot
-
Events
-
Conditions
-
Actions
-
Item - Pick every item in (Playable map area) and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Item-type of (Picked item)) Equal to Cache of Credits
-
(Custom value of (Picked item)) Equal to 0
-
-
Then - Actions
-
Set goldTempItem = (Picked item)
-
Set tempPoint2 = (Position of goldTempItem)
-
Player Group - Pick every player in Rebels and do (Actions)
-
Loop - Actions
-
Set tempPlayerInteger = (Player number of (Picked player))
-
Trigger - Run subMT Gold Loot Player Called <gen> (checking conditions)
-
-
-
Player Group - Pick every player in Imperials and do (Actions)
-
Loop - Actions
-
Set tempPlayerInteger = (Player number of (Picked player))
-
Trigger - Run subMT Gold Loot Player Called <gen> (checking conditions)
-
-
-
Custom script: call RemoveLocation(udg_tempPoint2)
-
-
Else - Actions
-
-
-
-
-
Thanks