Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

This doesnt work :(


MaxAnstey
 Share

Recommended Posts

Sub OnDeath(index)

Dim mapnum
Dim x
Dim y
Dim i
i = GetPlayerClass(index)

mapnum = GetVar("Classes\Class" & i & ".ini", "CLASS", "Map")
y = GetVar("Classes\Class" & i & ".ini", "CLASS", "y")
x = GetVar("Classes\Class" & i & ".ini", "CLASS", "x")

    Call SetPlayerSprite(index, 3)
      Call Prompt(index, "You have died, better luck next time!", Call PlayerWarp(index, 1, 9, 9))

End Sub
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...