24-12-2007, 08:46 PM
Yeah I think so, but would this work:
Code:
Select Case GetPlayerAccess(Index)
Case Is < 3
Call MsgBox("You do not have access to this!", vbOKOnly, GAME_NAME)
Exit Sub
Case Is >= 3
frmItemEditor.Visible = True
End Select
End Sub