Sorry, im new to MUI and im wondering if my trigger is MUI, thanks!
-
BUBBLE2
-
Events
-
Unit - A unit Is issued an order with no target
-
-
Conditions
-
(Issued order) Equal to (==) (Order(immolation))
-
-
Actions
-
Custom script: local unit waterunit
-
Custom script: local location waterloc
-
Set Water_Unit = (Ordered unit)
-
Custom script: set waterunit = udg_Water_Unit
-
Set Water_Loc = (Position of Water_Unit)
-
Custom script: set waterloc = udg_Water_Loc
-
Unit - Add Bubble Dummy Spell2 to Water_Unit
-
Trigger - Turn on BUBBLE CAST <gen>
-
Custom script: call RemoveLocation( udg_Water_Loc)
-
-