16-09-2008, 12:22 PM
Vahz Wrote:i think Dugor forgot about these...
andCode:If Mid$(MyText, 1, 1) = vbQuote Then
Code:If Mid$(MyText, 1, 1) = "=" Then
you should place them right before
Code:If Left$(MyText, 1) = "/" Then
and add an access check
Code:If GetPlayerAccess(MyIndex) >0 Then
You are correct, I did forget about those.
You would have to move those out of the 'Checking for commands' section and have another If Then statement to check for those.