ID:155787
![]() Mar 19 2011, 3:02 pm
|
|
If you have two classes on one save. like you start out and choose a snake and you gain levls and points with that one. how do I save the stats and lvls only for that class? and not the other class turtle???
|
![]() Mar 19 2011, 3:36 pm
|
|
You can just ask the player which Character he wants to load then load that save file...
|
AmandaDD wrote:
You can just ask the player which Character he wants to load then load that save file... *BEEP* wrong no. Not like that =P lets say you have a customize screen and you can scroll between the classes that there is. and the stats will change between each class you go through. do you understnad? lol i want it all loaded when you login and all saved |
thought you meant more then 1 character...
usr<<input("What Class would you like to be"in list("Fighter","Thief")) if("Fighter") usr.Strength=25 if("Thief") usr.Dex = 39 |
No I know that much too =P I know how to make different classes have diff stats depending on what they choose. I mean like i have a turtle I'm playing story with. I lvl up a few times so now I'm lvl 6. then i wanna try story with the snake I want my turtle saved just as he is and then continue with the snake a new. and whenever I want can continue story with turtle? get it =P
|