I'm trying to make a macro to gather a nice organized list of who in my guild is in the zone at certain times in its own .txt file, but it seems macroquest can't parse /who.
#event att "List of players" won't work.
And how would I write a large block of text to its own file?
My idea was :
#event att "<XXXXX>" |XXXXX is guildname
Sub Main
/who guild XXXXX sort class
/return
Sub Att
/declare one local
/varset one ????
/ini "attendence.txt" "$date()" "$time()" "@one"
/return
I would want @one to equal the entire string that the event returns, or have the event be #event att "List of players" and #event end "players in" and have it log the entire block of text to the file, but again, I don't know how to make it do that.. possible at least? any idea?
