HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Short, simple question

07-02-2006, 10:11 AM#1
Hemlock
Trigger:
Unit - Move unit <gen> instantly to (Position of unit <gen>)

That is a memory leaks right?
07-02-2006, 10:17 AM#2
iNfraNe
Yep, a location.
Trigger:
Set TempPoint = (Position of unit <gen>)
Unit - Move unit <gen> instantly to TempPoint
Custom Script: call RemoveLocation(udg_TempPoint)
07-02-2006, 11:09 AM#3
Hemlock
Thanks infrane, Rep for you! ^_^