high score saving
Moderators: marionline, SDHawk
- Willy Elektrix
- Liquid Metal Slime
- Posts: 910
- Joined: Sun Aug 15, 2010 11:30 pm
high score saving
I want to save permanently save a variable (the player's score). What command do I use for that?
- Newbie Newtype
- Reigning Smash Champion
- Posts: 1873
- Joined: Mon Oct 15, 2007 9:44 pm
Store them as globals and save them to a save slot that can't be accessed by the user.
http://hamsterrepublic.com/ohrrpgce/doc ... ortglobals
http://hamsterrepublic.com/ohrrpgce/doc ... ortglobals
You may need to use a load game script to pick up the scores if it is tied to a player's save game progression.
http://hamsterrepublic.com/ohrrpgce/doc ... ortglobals
http://hamsterrepublic.com/ohrrpgce/doc ... ortglobals
You may need to use a load game script to pick up the scores if it is tied to a player's save game progression.
<TheGiz> oh hai doggy, oh no that's the straw that broke tjhe came baclsb
- Willy Elektrix
- Liquid Metal Slime
- Posts: 910
- Joined: Sun Aug 15, 2010 11:30 pm