Hi, could you help? i really, really sucks at triggers i dont even know to to make this part "(Target unit of ability being cast)". I was looking but i couldn't find a correct value,
pls help.
pls help.
-
[LIST]
-
[*][IMG]https://www.hiveworkshop.com/styles/default/ratory/trigger_legacy/events.gif[/IMG]Events
-
[LIST]
-
[*][IMG]https://www.hiveworkshop.com/styles/default/ratory/trigger_legacy/joinbottom.gif[/IMG][IMG]https://www.hiveworkshop.com/styles/default/ratory/trigger_legacy/unit.gif[/IMG]Unit - A unit starts the effect of an ability
-
[/LIST]
-
[*][IMG]https://www.hiveworkshop.com/styles/default/ratory/trigger_legacy/cond.gif[/IMG]Conditions
-
[LIST]
-
[*][IMG]https://www.hiveworkshop.com/styles/default/ratory/trigger_legacy/joinbottom.gif[/IMG][IMG]https://www.hiveworkshop.com/styles/default/ratory/trigger_legacy/if.gif[/IMG](Ability being cast) equal to CONTROL
-
[/LIST]
-
[*][IMG]https://www.hiveworkshop.com/styles/default/ratory/trigger_legacy/actions.gif[/IMG]Actions
-
[LIST]
-
[*][IMG]https://www.hiveworkshop.com/styles/default/ratory/trigger_legacy/join.gif[/IMG][IMG]https://www.hiveworkshop.com/styles/default/ratory/trigger_legacy/page.gif[/IMG]Custom script: local unit udg_MC_Unit
-
[*][IMG]https://www.hiveworkshop.com/styles/default/ratory/trigger_legacy/join.gif[/IMG][IMG]https://www.hiveworkshop.com/styles/default/ratory/trigger_legacy/page.gif[/IMG]Custom script: local player udg_MC_Player
-
[*][IMG]https://www.hiveworkshop.com/styles/default/ratory/trigger_legacy/join.gif[/IMG][IMG]https://www.hiveworkshop.com/styles/default/ratory/trigger_legacy/set.gif[/IMG]Set MC_Unit = (Target unit of ability being cast)
-
[*][IMG]https://www.hiveworkshop.com/styles/default/ratory/trigger_legacy/join.gif[/IMG][IMG]https://www.hiveworkshop.com/styles/default/ratory/trigger_legacy/set.gif[/IMG]Set MC_Player = (Owner of MC_Unit)
-
[*][IMG]https://www.hiveworkshop.com/styles/default/ratory/trigger_legacy/join.gif[/IMG][IMG]https://www.hiveworkshop.com/styles/default/ratory/trigger_legacy/zzz.gif[/IMG]Wait 10.00 game-time seconds
-
[*][IMG]https://www.hiveworkshop.com/styles/default/ratory/trigger_legacy/join.gif[/IMG][IMG]https://www.hiveworkshop.com/styles/default/ratory/trigger_legacy/unit.gif[/IMG]Unit - Change owner of MC_Unit to MC_Player and change color
-
[*][IMG]https://www.hiveworkshop.com/styles/default/ratory/trigger_legacy/join.gif[/IMG][IMG]https://www.hiveworkshop.com/styles/default/ratory/trigger_legacy/comment.gif[/IMG]-------- might not need these lines, but my suspicion is you will: --------
-
[*][IMG]https://www.hiveworkshop.com/styles/default/ratory/trigger_legacy/join.gif[/IMG][IMG]https://www.hiveworkshop.com/styles/default/ratory/trigger_legacy/page.gif[/IMG]Custom script: set udg_MC_Unit = null
-
[*][IMG]https://www.hiveworkshop.com/styles/default/ratory/trigger_legacy/joinbottom.gif[/IMG][IMG]https://www.hiveworkshop.com/styles/default/ratory/trigger_legacy/page.gif[/IMG]Custom script: set udg_MC_Player = null
-
[/LIST]
-
[/LIST]