Lua, find string.match , take second variable and do a hex and then match it -
- i string message /whisper
- the string contains password:name:nameinhex
- i want find first variable in string , compare password trigger , if trigger == first variable in string continue nr4 in list.
- i want find second variable in string, name , convert hex.
- i want compare name nameinhex , if true, continue invite person using chat command /invite
split string when reach each colon, , store them respective variables. have logic process each once have them stored in variable
Comments
Post a Comment