BBot - The best bot of the world
Macro [STAY WAYPOINT] - 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: Macro [STAY WAYPOINT] (/thread-20736.html)



Macro [STAY WAYPOINT] - Smoke Radbr - 07-11-2017

Hello guys,
how can i stay in waypoint durying "x" seconds?

thankss


RE: Macro [STAY WAYPOINT] - Catar - 07-11-2017

use delay waypoint?


RE: Macro [STAY WAYPOINT] - Smoke Radbr - 07-11-2017

Sorry
i am beginner in bbot
where can i find "delay waypoint"?

Thanks!


RE: Macro [STAY WAYPOINT] - Smoke Radbr - 07-12-2017

Anyone?


RE: Macro [STAY WAYPOINT] - Kazan - 07-14-2017

(07-12-2017, 05:08 AM)Smoke Radbr Wrote: Anyone?

I think you mean something like pause walking if bla bla bla is happen ye?

It's not possible yet cause if you will use Cavebot Stop it will reset all paused things (like killer or corpses opening) and it's not possible to pause them again from macro (only by special kind of waipoints in cavebot)

Catar, am I wrong?


RE: Macro [STAY WAYPOINT] - Catar - 07-14-2017

He just want waypoint delay, but is to silly to find it himself


RE: Macro [STAY WAYPOINT] - MegaNo0body - 07-14-2017

Delay way point or

Full check that uses some control variable, like this:

Label TryAgain
Macro SetVariableBlablablaBasedOnCondition
FullCheck !blablabla==1, TryAgain, Continue
Label Continue

Obviously this is pseudo code, can't write code atm