The used Achievement script (http://rmrk.net/index.php/topic,32844.0.html)
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.
@knightzero45 -
QuoteI 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 =
s5 = "Save"(change the name in quotes to "Achievements")
line 160 =
$scene = Scene_Save.new(replace this with $scene = Scene_Achievements.new)
hope this helps ~g@|V||E}=/A\{(e
Awesome, again, thank you Gameface. You should be a mod, as you're very helpful. :P