06-24-2013, 07:55 PM
Can someone make 2 macros for me please?
Macro 1 : ´Move 1sqm north
Macro 2 : Move 1sqm south
someone pls?
Macro 1 : ´Move 1sqm north
Macro 2 : Move 1sqm south
someone pls?
Help macro to move character
|
06-24-2013, 07:55 PM
Can someone make 2 macros for me please?
Macro 1 : ´Move 1sqm north Macro 2 : Move 1sqm south someone pls?
06-24-2013, 08:40 PM
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.
06-24-2013, 08:47 PM
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 ? |
« Next Oldest | Next Newest »
|