• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

macro question (1 Viewer)

sorenbro

Member
Joined
Mar 24, 2005
RedCents
71¢
2 things I am trying to figure out, how to add to one of my macros. One is a command to say in group chat to gate. So when PC XXX /gsay gate. then all members of the group /gate. Next I would like to make it if any group member goes link dead than all group members /camp. Don’t know how too get mq2 to read /gsay or run a check to look for a ld member. Any ideas?
 
Like this, with the other #events, add
Rich (BB code):
#event gate "#*#tells the group, gate#*#"
#event linkdead "#*#has gone linkdead#*#"

then at the bottom add

Rich (BB code):
Sub event_gate
/gate
/return

Sub event_linkdead
/camp
/endmac
/return
 
macro question

Users who are viewing this thread

Back
Top
Cart