How get value from a bypass command?

If something doesn't fit in any other forum then post it here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
KGB1st
Posts: 230
Joined: Sat Jul 26, 2014 5:58 pm

How get value from a bypass command?

Post 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
User avatar
LasTravel
Posts: 888
Joined: Tue Jan 05, 2010 12:08 am
Location: Spain

Re: How get value from a bypass command?

Post by LasTravel »

Thats inside the "event", split the whitespaces on it.
User avatar
KGB1st
Posts: 230
Joined: Sat Jul 26, 2014 5:58 pm

Re: How get value from a bypass command?

Post by KGB1st »

LasTravel wrote:Thats inside the "event", split the whitespaces on it.
hmmm nice. easy. thanks.
Post Reply