10-27-2012, 07:57 PM
Add this macro to Advanced Tools -> Macros:
Self.TurnN = Turning North
Self.TurnE = Turning East
Self.TurnS = Turning South
Self.TurnW = Turning West
Now go to the cavbebot and choose: Add -> Codes/Labels -> Macro -> choose Exani Hur Up
And this is exani hur "down" macro:
Code:
0 {Exani Hur Up} Self.TurnE() Self.Mana()>=50 Self.Say(exani hur "up")
Self.TurnN = Turning North
Self.TurnE = Turning East
Self.TurnS = Turning South
Self.TurnW = Turning West
Now go to the cavbebot and choose: Add -> Codes/Labels -> Macro -> choose Exani Hur Up
And this is exani hur "down" macro:
Code:
0 {Exani Hur Down} Self.TurnE() Self.Mana()>=50 Self.Say(exani hur down")