[JASS] Triggering Unit

Status
Not open for further replies.

9398hrb

9

9398hrb

Simple thing, I have a custom script:
JASS:
call SetUnitAnimationByIndex(udg_Variable,5)
I dont want the variable to be reset if another player also triggers the event, so what do I replace the name of the variable with so it refers to the triggering unit instead of the variable?
 
you can usually just create a GUI-trigger with what you want and then convert it to custom text. That's how I learn :>
 
Status
Not open for further replies.
Back
Top