![]() |
Help macro to move character - 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: Help macro to move character (/thread-10526.html) |
Help macro to move character - whey - 06-24-2013 Can someone make 2 macros for me please? Macro 1 : ´Move 1sqm north Macro 2 : Move 1sqm south someone pls? RE: Help macro to move character - spiff26 - 06-24-2013 Just use the command Self.Moves. If you can't, come back here and tell. It's good that you at least try before we give the answer. RE: Help macro to move character - whey - 06-24-2013 Code: 0 {go north} Self.StepNorth() Code: 0 {go south} Self.StepSouth() Are they correct? what's the difference betweem self.step and self.move ? RE: Help macro to move character - spiff26 - 06-24-2013 If this is in Macro Editor I think there's no big diference (here I cant test, only when I get home). |