high score saving

Ask and answer questions about making games and related topics. Unrelated topics go in that other forum.

Moderators: marionline, SDHawk

Post Reply
User avatar
Willy Elektrix
Liquid Metal Slime
Posts: 910
Joined: Sun Aug 15, 2010 11:30 pm

high score saving

Post by Willy Elektrix »

I want to save permanently save a variable (the player's score). What command do I use for that?
User avatar
Newbie Newtype
Reigning Smash Champion
Posts: 1873
Joined: Mon Oct 15, 2007 9:44 pm

Post by Newbie Newtype »

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.
<TheGiz> oh hai doggy, oh no that's the straw that broke tjhe came baclsb
User avatar
Willy Elektrix
Liquid Metal Slime
Posts: 910
Joined: Sun Aug 15, 2010 11:30 pm

Post by Willy Elektrix »

Sorry for slow response. Got sidetracked!

Thanks for this. I'm going to try implementing this in the next couple days.
Post Reply