Code: Select all
Sub Event_Chat(ChatType,Sender,ChatText)
/if (${String[@ChatText].Equal[i]}) {
/echo ${Sender}
}
Code: Select all
Sub Event_Chat(ChatType,Sender,ChatText)
/if (${ChatText.Equal[inc]}) {
/echo ${Sender}
Code: Select all
#Chat guild
Sub Main
/echo Test is running
:mainloop
/doevents
/goto :mainloop
/return
Sub Event_Chat(ChatType,Sender,"#*#i#*#")
/echo ${Sender}
/return
Doesn't work. Could someone just tell me the right way to write this code? It's bugging the crap out of me.
Appreciate it very much.

