Hi! I'm a long time EQ player and long time MQ2 enjoyer.
I played a whole lot on a EQ emu server using a not so modern MQ2 and the e3.mac macro.
With some of my friends, we started playing on the real realms. With that out of the way, I wanted to import one of the command that I used a lot with my friend's character over this version of mq but i'm running into syntax issue.
The idea is simple, I want to have a safe word that I only share with my friends that allow them to control my character.
I used to have one that was based around mq2event, it would go something like this:
[bitchplz]
trigger=#*# tells you, 'bitchplz #1#
command=/noparse /if (1) /${Command}
I am however unsure what's the new syntax for the command aspect?
My previous code looked like this:
#event DoIT "#*#tells you#*#BitchPLZ #1#'"
sub Event_DOIT(line,Command)
/if (1) /${Command}
/return
Anyone has thoughts?
The idea distilled to its simplest expression would be, when my friend tell my toon <bitchplz say hi>, my toon would in turn say hi.