16-09-2008, 04:00 AM
Ok...Well if you could figure out why it isn't working, that would be wonderful. Thank you so much.
Also, I changed this...
And now when I type "/aida" it gets rid of the text after I press enter. But it doesn't do anything else.
Also, I changed this...
Code:
' AIDA command
If Mid$(MyText, 1, 5) = "/aida" Then
MyText = Mid$(MyText, 5, Len(MyText) - 4)
Call SendData(CAida & END_CHAR)
MyText = vbNullString
frmMirage.txtMyChat.Text = vbNullString
Exit Sub
End If
And now when I type "/aida" it gets rid of the text after I press enter. But it doesn't do anything else.