Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Linkforce on March 26, 2008, 03:24:06 AM
-
So if I recall correctly, in Ace of Spades game (what ever happened to it/him!?) i remember seeing that when I loaded my game it said where my last save was. A.k.a. the town/place name. So can anyone tell me how to do this? Or have it appear in the regular menu, it's all the same. :happy:
Oh, and is there a way to code it into the regular menu system?????
-
I haven't played his game in a while, and i don't know exactly how he did it, but there are a few ways. First off with the default load menu records the hero's name. If you'd want to record the location, all you'd have to do is change the hero's name to the current location name. Then change it back when you're done saving. You would also have to make sure that the hero's name is returned back to normal after you load the game. You could probably do this by turning a switch ON when you save the game, then have a common event that is triggered by this switch. in the common event wait .1 seconds, set the name back to default, then turn the switch OFF.
I hope that helped.
-
Just realized this had a reply. Thanks a lot DB. this really helped. ^^'