The RPG Maker Resource Kit

Other Game Creation => Program Troubleshooting => Topic started by: theeggman84 on January 10, 2006, 03:42:41 AM

Title: Cut Scene timed messages
Post by: theeggman84 on January 10, 2006, 03:42:41 AM
I have RM2K, and I want to make a cutscene to be in synch with music. Is there any way I can make it so the messages don't wait for a "SPACE" button to happen, and they just go by after a time limit? This is critical to know, and I don't know if it's possible.
Title: Cut Scene timed messages
Post by: haloOfTheSun on January 10, 2006, 03:45:57 AM
Insert this: \| for a pause. (That second line is \ and Shift.)

And then put \^ to auto-close the window.

(These won't show up in the message display in your game, BTW)
Title: Cut Scene timed messages
Post by: helipluis on January 10, 2006, 02:36:37 PM
Does the code work with rpgm xp too?
If so, it will help allot =)
Ciao.
Title: Cut Scene timed messages
Post by: haloOfTheSun on January 10, 2006, 09:25:26 PM
:O_o:

I thought you were thebodge at first...

Actually, I'm not sure if it works in XP.... I think you might need an Advanced Message Script first. But I could be wrong.
Title: Cut Scene timed messages
Post by: theeggman84 on January 12, 2006, 01:45:11 AM
umm... no that didn't work, but your suggestion did do something nice. I meant so you don't have to do anything for the message to go on, and you cant make it go faster. Any more help?