Moderator: MacroQuest Developers
Code: Select all
/mqlog <stuff>Code: Select all
/say <stuff>
/auction <stuff>
/gsay <stuff>
/guild <stuff>
/ooc <stuff>
/emote <stuff>
/shout <stuff>
/echo <stuff>Code: Select all
#chat guild
Sub Main
:Loop
/doevents
/goto :Loop
/return
Sub Event_Chat
| $p0 will be guild since it's our only #chat
/1 Hey! $p1 told our guild that $p2
/return