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
