- Joined
- Dec 6, 2008
- Messages
- 363
Hi everybody,
I have just one simple question:
Have I remove locations every time i want to change the variables?
Or I can just change them like I want and then I just put the custom script (remove location) to the end of the trigger?
For example:
I have just one simple question:
Have I remove locations every time i want to change the variables?
Or I can just change them like I want and then I just put the custom script (remove location) to the end of the trigger?
For example:
- Set Point = (Position of (Triggering unit))
- "Some action here"
- "Some action here"
- Custom script: call RemoveLocation(udg_Point)
- Set Point = (Position of (Picked unit))
- "Some action here"
- "Some action here"
- Custom script: call RemoveLocation(udg_Point)
- Set Point = (Position of (Triggering unit))
- "Some action here"
- "Some action here"
- Set Point = (Position of (Picked unit))
- "Some action here"
- "Some action here"
- Custom script: call RemoveLocation(udg_Point)
Last edited: