Kinda like the one here: http://macroquest2.com/phpBB2/viewtopic.php?t=3100
just one that works
Moderator: MacroQuest Developers

Code: Select all
#event Camp "#1# tells #*#camp now#*#"
#event Camp "#1# told #*#camp now#*#"
Sub Main
:loop
/doevents
/goto :loop
Sub Event_Camp(string line, string sender)
/declare senderlist string local Bob Joe Rob Dok Moe
/if (${senderlist.Find[${sender}]}) {
/if (!${Me.Sitting}) /sit
/camp
/endmacro
}
/returnCode: Select all
/if (${Me.Mount.ID}) /dismount