![]() |
I need macro to levita to<> N<>S<>W<>E<> - 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: I need macro to levita to<> N<>S<>W<>E<> (/thread-20156.html) |
I need macro to levita to<> N<>S<>W<>E<> - Lubard - 07-24-2016 I need mi char say levitate to<> N<>S<>W<>E<>?? ![]() RE: I need macro to levita to<> N<>S<>W<>E<> - Catar - 07-25-2016 0 {hur up South} Self.TurnS() Self.Say(exani hur up) 0 {hur up North} Self.TurnN() Self.Say(exani hur up) 0 {hur up east} Self.TurnE() Self.Say(exani hur up) 0 {hur up west} Self.TurnW() Self.Say(exani hur up) 0 {hur Down East} Self.TurnE() Self.Say(exani hur down) 0 {hur Down West} Self.TurnW() Self.Say(exani hur down) 0 {hur Down North} Self.TurnN() Self.Say(exani hur down) 0 {hur Down South} Self.TurnS() Self.Say(exani hur down) \ set them up as manuals, and use in Cavebot as Codes/Labels -> Macro |