I have a problem with a custom script in GUI. I do not know how I add the right frames around an index. The spell is MUI and I need a location to be stored. I store it to a variable, the variable is an array - how do I type the array thing in my custom script?
It's the [TempInt] that is messing up my trigger. How would this line look if it was correct?
-
Set TempLoc2[TempInt] = (Position of (Triggering unit))
-
Custom script: call RemoveLocation(udg_TempLoc2 [TempInt])
It's the [TempInt] that is messing up my trigger. How would this line look if it was correct?