Search found 1 match

by Blazer
Fri Aug 20, 2004 10:11 am
Forum: MQ2::Macros::Snippets
Topic: spell_routines.inc ( updated: 11/07/2004 )
Replies: 152
Views: 95098

Problem with calling Subroutines with mySub being defined locally in your code.. Sub Cast(string spellName,string spellType,timer giveUpTimer,string mySub) and then trying to call mySub in another Subroutine... Sub WaitCast :wait_cast_loop /if ( ${Defined[mySub]} ) /call ${mySub} This will always be...