24-01-2008, 09:41 PM
stilatore Wrote:and if i want to add a level restriction?? i tried withCode: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
That coding style is... Something I've never seen before...