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

Change class


harvest24
 Share

Recommended Posts

oh geez, you dont understand it? you need to learn some vb6\. What he mean is when you want to let player change their class, you use the command call SetPlayerClass(Index, whateverclassyouwanttochangehere). So for example

In a sub that im not sure it is exist or not

Sub Levelup
If getPlayerClass(Index) = 1 (or whatever class)
If getPlayerLevel(index) = 10
Call SetPlayerClass(Index, theclassyouwanttheplayertobe)
End if
End if

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...