BBot - The best bot of the world
MAcro multiple times execution - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Support (https://forums.bmega.net/forum-6.html)
+--- Forum: Support & Help (https://forums.bmega.net/forum-8.html)
+--- Thread: MAcro multiple times execution (/thread-13735.html)



MAcro multiple times execution - a-grabowski - 01-26-2014

Is it possible to set macro to repeat x times in a FixedPoint.

For example:
THIS:
Fixed (32380 32175 7)
Fixed (32386 32175 7)
Macro (32386 32175 7:newMacro)
Macro (32386 32175 7:newMacro)
Macro (32386 32175 7:newMacro)
Macro (32386 32175 7:newMacro)
Fixed (32381 32179 7)

TO THIS:
Fixed (32380 32175 7)
Fixed (32386 32175 7)
Macro (32386 32175 7:newMacro) (but x4)
Fixed (32381 32179 7)


RE: MAcro multiple times execution - a-grabowski - 01-27-2014

really? Noone knows? Or am I just asking hard questions?


RE: MAcro multiple times execution - erykans - 01-27-2014

(01-27-2014, 11:26 PM)a-grabowski Wrote: really? Noone knows? Or am I just asking hard questions?


Yes it possible , in the first macro put whatever you want him to do 4 x and then it will all count as 1 , for example if you want him to move North 4x but in 1 macro all you do is make a new macro and in it put in

Self.MoveE Exit()
Self.MoveE Exit()
Self.MoveE Exit()
Self.MoveE Exit()

Like this Smile)), If i helped dont forget + :p