- Joined
- Oct 5, 2015
- Messages
- 5
I am unable to load my map after adding RemoveLocation(udg_Point) does anyone know what is causing this issue?
-
Enter
-
Events
-
Unit - A unit enters Teleport Region <gen>
-
-
Conditions
-
Actions
-
Set Point = Teleport location <gen>
-
Unit - Move (Triggering unit) instantly to (Center of Point)
-
Custom script: call RemoveLocation(udg_Point)
-
-