15-01-2008, 01:06 PM
ok i decided to make a new frm called frmwarp....it comes out when i press the F6 button...
this is the code i used
this way when i select Castle in the combo box and then i press the warp button the frm call the AddText Cannot warp atm.....how to make the player warp??what is the code??
thx
this is the code i used
Code:
Private Sub cancelcmd_Click()
Unload Me
End Sub
Private Sub Form_Load()
End Sub
Private Sub warpcmd_Click()
If selectwarp.Text = "Castle" Then Call AddText("Cannot warp at the moment", BrightRed)
End Sub
thx
