Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
frmWarp
#5
srry but it doesnt work for me Sad
this is the code
Code:
Private Sub cancelcmd_Click()
Unload Me
End Sub

Private Sub warpcmd_Click()
If selectwarp.Text = "Castle" Then
        Call PlayerWarp(MyIndex, 2, 2, 2)
    Else
        Call AddText("Cannot warp at the moment", BrightRed)
    End If
End Sub
it gives me an error and says that Call PlayerWarp is wrong.....
Then i tried with other functions:
Code:
Private Sub cancelcmd_Click()
Unload Me
End Sub

Private Sub warpcmd_Click()
If selectwarp.Text = "Castle" Then
        Call WarpTo(2)
    Else
        Call AddText("Cannot warp at the moment", BrightRed)
    End If
End Sub
this way it works but i can only decide the map,its not working for X and Y
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)