Search found 2 matches

by drkrain
Sun Nov 24, 2013 1:16 am
Forum: MQ2::Help
Topic: event variable
Replies: 4
Views: 404

Re: event variable

#chat tell |------------------------------------------------------------ | REMOVE SPAM LINK |------------------------------------------------------------ Sub StripPlayerName(string name) /if (${name.Left[1].Compare[ ]}>=0) /return ${name} /return ${name.Right[-2].Left[-1]} |------------------------...
by drkrain
Sat Sep 24, 2011 11:39 pm
Forum: MQ2::Help
Topic: /beep Doesn't Work for Me
Replies: 5
Views: 1003

Re: /beep Doesn't Work for Me

i have 7 64 also ... in a macro ive found this works

Code: Select all

/declare AT outer "E:\MQ2\MQAT\alert3.wav"
made an MQAT folder and put the wave file in it

in the macro Ive used

Code: Select all

/beep ${AT}
that worked for me ...