Code: Select all
/return CAST_SUCCESS Code: Select all
/if /call cast "$v43" > 0 {
/echo Darn!
}a_large_rat01
Moderator: MacroQuest Developers

Code: Select all
/return CAST_SUCCESS Code: Select all
/if /call cast "$v43" > 0 {
/echo Darn!
}
Code: Select all
/call cast "$v43"
/if $return > 0 {
/echo Darn!
}Code: Select all
/call cast "$v43"
/if $return>0 {
/echo Darn!
}Code: Select all
/call cast "$v43"
/if $return>0 /echo Darn!Code: Select all
/call cast "$v43"
/if n $return>0 {
/echo Darn!
}