24-01-2008, 08:10 PM
and if i want to add a level restriction?? i tried with
but doesnt seem to work
Code:
Case "Field1"
If Player(MyIndex).Level < 13 Then
Call WarpTo2(2, 15, 15)
Else: Call AddText("You must be level 13 or higher to warp", BrightRed)
End If
but doesnt seem to work