I am doing something like this:
Sub Event_ServerInfo(Message) If Instr(Message, "was banned by") > 0 Then For v = 1 to Queue.Count AddChat 9118312, "Queue for ban: " & Queue.Item(v) Next End IF End Sub
I want to display the ban queue after someone is banned from channel.
The error is the following:
Scripting runtime error '438' in ODScript: (line 969; column 3)
Object doesn't support this property or method
Offending line: >>
Any info about what I'm doing wrong would be much appreciated!.
This post has been edited by RagnarokOD: August 26, 2013 - 06:44 AM