Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: Linkforce on June 24, 2006, 06:10:57 AM

Title: Tick tick tick
Post by: Linkforce on June 24, 2006, 06:10:57 AM
Does anybody know how to make it so the player opens the menu and the amount of time the player has been playing for shows up?  Also in the save/load screen.  I'd appreciate it if someone could help me out.  
Thanks.
Title:
Post by: DragonBlaze on June 24, 2006, 02:15:49 PM
Impossible in rm2k3. You can have the clock in the menu if you make a cms, but theres no way to put it in the save. I guess you could do that if you changed the facesets to numbers, but that would be kinda stupid.

The easiest thing to do would be to set it up where you push 1 or something and a clock shows up in the corner of the screen.
Title:
Post by: aboutasoandthis on June 24, 2006, 03:31:37 PM
You could make a separte, smaller CMS with an ingame clock on it like FF Endless Nova. It's really easy to do. Just instead of calling the Save Menu, use variables to memorize your location and teleport to a map of your CMS.

BTW you might have to make a Memorize Party System for that CMS. If you're going to do it, I could help you.
Title:
Post by: Robotam on June 24, 2006, 03:33:13 PM
 
Quote
guess you could do that if you changed the facesets to numbers, but that would be kinda stupid.

Wouldn't that be one new faceset every single second, or minute?
That would mean lots of facesets.