24-01-2009, 12:17 AM
I tried it and got "Wrong number of arguments or invalid property assignment" and it said the problem was with this:
Highlighting This Code:
Code:
Sub HandleGlobalMsg(ByRef Parse() As String)
Call AddTextGlobal(Parse(1), Val(Parse(2)))
End Sub
Highlighting This Code:
Code:
Call AddTextGlobal