blackdtools / Blackd-Proxy-CLASSIC

Blackd Proxy CLASSIC
MIT License
9 stars 7 forks source link

support sub-second WaitX (WaitX 0.1) #105

Open divinity76 opened 5 years ago

divinity76 commented 5 years ago

the WaitX cavebot command can now be used to wait sub-second amounts of time,

for example to wait 0.1 second (AKA 100 milliseconds) use: WaitX 0.1

to sleep for 500 milliseconds, use WaitX 0.5

existing codes using "WaitX 1" and so on, are unaffected.