• 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

Question - How do I enter a multiline command into MQ2MyButtons? Or, make a multiline command a single line?

Joined
Dec 3, 2020
RedCents
969¢
I would like to use MQ2MyButtons for @Sic Hotkeys - so I can have the same control keys on all my toons. I'm having trouble figuring out the syntax. I have looked through the discussion's on both threads, but I'm not seeing an example that helps me.

How would I make the Camp Off Key (for example) in MyButtons (since it only gives a single line for commands)?

/bcga //returntocamp 0
/noparse /bcga //docommand /${Me.Class.ShortName} mode 0
/noparse /bcga //if (${Me.Class.ShortName.Equal[CLR]}) /dismount
/bcga //chaseoff

I think, if I understood how to do one, that I could figure out the rest.

Thanks!
 
I've only just learned this, but you could try:

/multiline ; /bcga //returntocamp 0; /noparse /bcga //docommand /${Me.Class.ShortName} mode 0; /noparse /bcga //if (${Me.Class.ShortName.Equal[CLR]}) /dismount; /bcga //chaseoff

edit: make sure after /multiline there is a space semicolon then space.
 
Last edited:
Thanks I will try that. So, after the "/multiline ; " then it is just the rest of the code with a "; " after each line (or command) if two commands were on the same line?
 
Question - How do I enter a multiline command into MQ2MyButtons? Or, make a multiline command a single line?

Users who are viewing this thread

Back
Top
Cart