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