15-01-2008, 03:16 PM
uhm...don't understand sorry

Quote:Private Sub Command1_Click()where do i have to put the conditions??
If Castle Then Call PlayerWarp(MyIndex, 2, 2, 2)
Else: Call AddText("Cannot warp at the moment", BrightRed)
End If
End Sub
Private Sub Command2_Click()
Unload Me
End Sub