Code: Select all
#event Generic "#*#I need you to #1#"
Sub Event_Generic(ignore,command)
${command}
/returnModerator: MacroQuest Developers
Code: Select all
#event Generic "#*#I need you to #1#"
Sub Event_Generic(ignore,command)
${command}
/returnCode: Select all
#Event Generic "#1#I need you to #2#"
Sub Main
:Loop
/doevents
/goto :Loop
/return
Sub Event_Generic(string Ignore, string Command)
/docommand ${Command}
/return