Moderator: MacroQuest Developers

So then don't. No one can sit down and suck one of those giant macros into their head anyway. That's what comments are for.Francato wrote:I'm not lazy, I have a learning disorder and it is extremely difficult for me to process large chunks of information, including a macro that has 2% of what I need to understand scattered around in a structure that doesn't make sense.
instead ofWhen I do "that" it doesn't work. I think it should do "this". Why is it doing "that" and is there a better way to do it?
orHow do I do "this"?
Tank, download me that macroquest language program.
Code: Select all
#Event HANDLE_TELLS "#1# tells you, '#2#'"
Sub Event_HANDLE_TELLS(string Line, string Player, string Message)
/if (${Spawn[${Player}].Type.Equal[Pet]}) {
/return
}
/echo # CHAT: ${Player}: ${Message}
/return