Movement subs

Got a cool macro idea? Wanna request a macro? Here is the place for you!

Moderator: MacroQuest Developers

Fsck
orc pawn
orc pawn
Posts: 18
Joined: Wed Nov 19, 2003 2:25 am

Movement subs

Post by Fsck » Sat Dec 27, 2003 9:35 am

What I need is subs that can be called with an argument(if this is possible) to move a certain distance from the mob. Something to work with something like this.

Sub Event_Fluxed
/echo Fluxed by $target(name,clean) Repositioning.
/if "$target(name,clean)"=="Aten Ha Ra" {
/call movetotarg 100
} else {
/call movetotarg 20
}
/return