HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Precice wait?

09-15-2006, 01:38 PM#1
zeroXD
Is it possible to excecute a precise wait command in GUI? (I know timer works, but something like "Custom Script: call Wait 1.39"? Is it doable?
09-15-2006, 01:58 PM#2
Vexorian
There is no such a thing as a precise wait in wc3.

Wait - Game time , is kind of precise but pretty bad for small times.

In GUI you'd have to use the periodic event or a timer expires event if you really want precision.

And you shouldn't try to use Custom Script: if you don't have any idea at all about how it works.
09-16-2006, 02:10 PM#3
zeroXD
Hmmm, ok, im using timers then...