- Joined
- Nov 30, 2013
- Messages
- 926
I'm starting to become stupid about this so it might be easy to answer. 
I created a Trigger that uses "Wait" action and a local variable.
I'm not sure whether this is safe or not for the MUI.
Can someone tell me?
I created a Trigger that uses "Wait" action and a local variable.
I'm not sure whether this is safe or not for the MUI.
Can someone tell me?
-
AutoRepair
-
Events
-
Unit - A unit Begins construction
-
-
Conditions
-
Actions
-
Wait 0.03 seconds
-
Custom script: set bj_wantDestroyGroup = true
-
Unit Group - Pick every unit in (Units owned by (Owner of (Constructing structure)) of type |cff808080Repair Tinker|r (Repair Tower Lvl 1)) and do (Actions)
-
Loop - Actions
-
Custom script: local unit TempU = GetConstructingStructure()
-
Custom script: call IssueTargetOrder(GetEnumUnit(), "repair", TempU )
-
-
-
-