The RPG Maker Resource Kit

RMRK RPG Maker Creation => Requests => Script Request => Topic started by: MagicNinja on March 04, 2008, 01:57:38 AM

Title: Advanced messaging
Post by: MagicNinja on March 04, 2008, 01:57:38 AM
Ok... So, in the XP version, in the messages, I could type the command "\a[X]"   (X equals # of frames)   and the message would close after X amount of frames... In the XV version it does not do that. Can you make a script that gives me that function?

I hate having to press the enter to move on to another message. If someone could type a quick little script for me that'll be great, thanks!

And please tell me if what I was trying to say made sense. I have a hard time trying to explain things sometimes.
Title: Re: Advanced messaging
Post by: Irock on March 04, 2008, 02:00:33 AM
\. will wait 1/4 of a second before continuing with the message.

\| will wait 1 second before continuing with the message.
Title: Re: Advanced messaging
Post by: MagicNinja on March 04, 2008, 02:05:26 AM
Not waiting between messages, I want the message window to be open only for a certain amount of frames.

Thanks, but no dice.
Title: Re: Advanced messaging
Post by: Zylos on March 04, 2008, 02:13:40 AM
You can close the window at any time with \^. So if you wanted, you could add as many \.'s or \|'s as you wanted, and then just add \^ after it to end the message.
Title: Re: Advanced messaging
Post by: MagicNinja on March 04, 2008, 02:17:40 AM
yes... YES! THANK YOU!!!!!!!!!!!!!!!!!!!!!!!!