BBot - The best bot of the world
Script for pause cavebot when drunked. - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Requests (https://forums.bmega.net/forum-17.html)
+--- Thread: Script for pause cavebot when drunked. (/thread-19030.html)



Script for pause cavebot when drunked. - gilorreiaa - 12-27-2015

Plz! I need a simple script... when i'm drunked, pause cavebot for 2 seconds and active again.


RE: Script for pause cavebot when drunked. - kaiquegabriel - 12-27-2015

Ok, active it.

Code:
1000 {DrunkPause} Status.Drunk()==1 Cavebot.Stop() Macro.Wait(2000) Cavebot.Start()

If work, please rep me.


RE: Script for pause cavebot when drunked. - gilorreiaa - 12-27-2015

Thanks bro, its working!