HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Is unit moving?

01-10-2012, 04:39 PM#1
rednek
Hi!
Is there some way of finding out if an unit is moving or not?
The only way I can think of is storing the unit's location, then wait a while and then check if the current unit's location == stored location, but that's kinda... Meh.
Isn't there an alternative?
01-10-2012, 05:24 PM#2
moyack
Actually that's the most.... "effective" way....

I use this method and it works properly
01-10-2012, 07:00 PM#3
rednek

I gues I'll have to go with it then