WARNING: Undefined Variable MMOBugs used on line [email protected] /doevents flush
Macro Paused.
I had just rebooted the PC, ran the launcher update, loaded up my crew and got this message.
I then tried looking for others that had undefined variable errors and downloaded the kissassist.mac directly into the directory. I got the same error.
Here is the snippet around the line that seems to be giving the error:
| -------------------------------------------------------------------------------------
| Sub Main
| -------------------------------------------------------------------------------------
Sub Main
/doevents flush
| Need to check for plugin MQ2Bucles and unload it. Do this ASAP so we can use /while commands from the start
/if (${Bool[${Plugin[MQ2Bucles]}]}) {
/squelch /plugin MQ2Bucles unload noauto
/echo MQ2Bucles detected! This macro doesn't like it! Unloading ...
}
| -------------------------------------------------------------------------------------
| Define needed outer variables to start pre processes
| -------------------------------------------------------------------------------------
/call DeclareOuters pre
Thank you for your assistance.
Macro Paused.
I had just rebooted the PC, ran the launcher update, loaded up my crew and got this message.
I then tried looking for others that had undefined variable errors and downloaded the kissassist.mac directly into the directory. I got the same error.
Here is the snippet around the line that seems to be giving the error:
| -------------------------------------------------------------------------------------
| Sub Main
| -------------------------------------------------------------------------------------
Sub Main
/doevents flush
| Need to check for plugin MQ2Bucles and unload it. Do this ASAP so we can use /while commands from the start
/if (${Bool[${Plugin[MQ2Bucles]}]}) {
/squelch /plugin MQ2Bucles unload noauto
/echo MQ2Bucles detected! This macro doesn't like it! Unloading ...
}
| -------------------------------------------------------------------------------------
| Define needed outer variables to start pre processes
| -------------------------------------------------------------------------------------
/call DeclareOuters pre
Thank you for your assistance.