Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
frmWarp
#26
doesnt seem to work :? i cant warp even if i'm >=13
Reply
#27
help!!!plz it's very important.....
Reply
#28
i mean the player level
Reply
#29
this is what i need to do:
Code:
Private Sub warpcmd_Click()
Select Case selectwarp.Text
Case "AQUA TOWN"
    Call WarpTo2(1, 15, 15)
    Case "Field1"
IF THE PLAYER LEVEL IS >= X THEN I CAN WARP    
Call WarpTo2(2, 15, 15)
Reply
#30
well i dont know really what i have to edit i only need a level restriction to each field on my frm warp
Reply
#31
May be a bit too advanced for you, but i suggest:

http://www.amazon.com/Complete-Idiots-Gu...078971812X
Reply
#32
...and i suggest u wont help me??
Reply
#33
stilatore Wrote:...and i suggest u wont help me??

What?
Reply
#34
oh doesnt matter anymore....
this way it works
Code:
Case "Field1"
    If CInt(lblLevel.Caption) >= 17 Then
    Call WarpTo2(2, 15, 15)
    Else: Call AddText("asd", BrightRed)
    End If
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)