Page 1 of 1

How get value from a bypass command?

Posted: Fri Nov 13, 2015 11:20 am
by KGB1st
Tell me how I can get a string param from

Code: Select all

<a action="bypass -h Quest Manager namecolor_change AAFFAA">GREEN</a>
Where AAFFAA is param of namecolor_change

Re: How get value from a bypass command?

Posted: Fri Nov 13, 2015 11:40 am
by LasTravel
Thats inside the "event", split the whitespaces on it.

Re: How get value from a bypass command?

Posted: Fri Nov 13, 2015 12:39 pm
by KGB1st
LasTravel wrote:Thats inside the "event", split the whitespaces on it.
hmmm nice. easy. thanks.