08-29-2015, 06:25 PM
(This post was last modified: 08-29-2015, 06:26 PM by You know who.)
(08-29-2015, 05:01 PM)erleo Wrote: I've tried and it's too long, and fail..
We must get to shorten it, example one macro by diagonal and another in a straight line. You know?
And marge is used when the result is "false", go to {EXAMPLE}
So u mean like this?
Code:
Self.Attacking()==1[NORTH]
ID:=Creature.Target()
Creature.Y(!ID!)<Self.Y()
Creature.X(!ID!)==Self.X()
Self.TurnN()
Self.Say(Exori Min)
{NORTH}
Self.Attacking()==1[SOUTH]
ID:=Creature.Target()
Creature.Y(!ID!)<Self.Y()
Creature.X(!ID!)==Self.X()
Self.TurnN()
Self.Say(Exori Min)
{SOUTH}
Can you make me an example if I'm wrong?