of     1   

7937746
#41658714Friday, January 28, 2011 7:43 PM GMT

print("Chatted") --Line11 Start = string.find(Msg,'[') --Line12 End = string.find(Msg,']') --Line13 Whats the error mean and how do I fix it?
Elloss
#41659193Friday, January 28, 2011 7:57 PM GMT

print("Chatted") --Line11 Start = string.find(Msg,"[") --Line12 End = string.find(Msg,"]") --Line13 try that.
7937746
#41659222Friday, January 28, 2011 7:58 PM GMT

Solved. It was.... print("Chatted") --Line11 Start = string.find(Msg,"%[") --Line12 End = string.find(Msg,"%]") --Line13

    of     1