RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
[Resolved]Replace save with Achieved achievements

0 Members and 1 Guest are viewing this topic.

**
Rep:
Level 83
Spriter
The used Achievement script

I would like to replace the 'save' menu button with an 'Achievements achieved' button, to see which Achvm. you've done, as I do the save function with save points. For the ease, I added the link to the script for achievements I use. So Actually:

-Save becomes> Achievements
-See which Achv. Achieved
-No save function in menu, but with Save points.
« Last Edit: September 26, 2009, 10:08:41 AM by knightzero45 »

***
Rep:
Level 83
X-PLAT!
@knightzero45 -
Quote
I would like to replace the 'save' menu button
are you referring to the option in the menu??

if so, here's one way to do it...

F11 - Script Database

go into your Scene_Menu script:

line 24 =
Code: [Select]
   s5 = "Save"
(change the name in quotes to "Achievements")

line 160 =
Code: [Select]
       $scene = Scene_Save.new
(replace this with $scene = Scene_Achievements.new)

hope this helps ~g@|V||E}=/A\{(e



« Last Edit: September 25, 2009, 07:05:05 PM by gameface101 »

**
Rep:
Level 83
Spriter
Awesome, again, thank you Gameface. You should be a mod, as you're very helpful. :P