- Joined
- Jan 25, 2011
- Messages
- 2,289
The usual script for removing a point:
- Custom script: call RemoveLocation (udg_Temp_Point)
- Custom script: call RemoveLocation (udg_Temp_Point[1])
- Custom script: call RemoveLocation (udg_Temp_Point[2])
Last edited by a moderator: