Uncle
Warcraft Moderator
- Joined
- Aug 10, 2018
- Messages
- 7,866
Quick question. In this trigger does tempPoint[0] leak? I'm curious about this line "Set tempPoint[0] = (tempPoint[0] offset by (_0, _n3))", setting it to itself plus an offset, does this cause a leak in regards to it's previous position?
-
Untitled Trigger 001
-
Events
-
Conditions
-
Actions
-
Set tempPoint[0] = (RoomTL[RoomCount] offset by (_n6, _p6))
-
Set tempPoint[0] = (tempPoint[0] offset by (_0, _n3))
-
Custom script: call RemoveLocation( udg_tempPoint[0] )
-
-
Last edited: