/who

Need some help with that macro you're working on or aren't quite sure how to get your macro to do something? Ask here!

Moderator: MacroQuest Developers

srene8
orc pawn
orc pawn
Posts: 11
Joined: Thu Oct 02, 2003 7:35 pm

/who

Post by srene8 » Sat Nov 08, 2003 10:38 am

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?