just have to say love the script..Two things i have found,
1. the /leash command is not working for some reason..
2. Should the Wiz not med between casting and mobs automatically. Would help save mana.
Again..Thanks for the Great Work..
Code: Select all
Sub tankcheck
/declare i int local
/For i 1 To ${Group}
/if ( ${String["${tankname}"].Equal[${Group[${i}]]} ) /echo "YES"
/next i
/return