- Joined
- Jan 12, 2011
- Messages
- 1,197
Hi everyone,
I am making a trigger, where I order a unit to move to a region. And to prevent leaks, I use a custom script to destroy it:
call RemoveLocation(udg_tempPoint)
However, when I save my map, I get an error called the trigger is disabled a function name, and also a script error. I do not know why, since I set the tempPoint variable to Region, and with no array. Should it have array?
There are also some other cinematic actions in this trigger, does the order change anything?
I appreciate your help.
I am making a trigger, where I order a unit to move to a region. And to prevent leaks, I use a custom script to destroy it:
call RemoveLocation(udg_tempPoint)
-
Set tempPoint = IllidanCinematicPoint <gen>
-
Unit - Order Illidan (Demon Form) 0019 <gen> to Move To (Center of IllidanCinematicPoint <gen>)
-
Custom script: call RemoveLocation(udg_tempPoint)
There are also some other cinematic actions in this trigger, does the order change anything?
I appreciate your help.