RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

Advanced messaging

Started by MagicNinja, March 04, 2008, 01:57:38 AM

0 Members and 1 Guest are viewing this topic.

MagicNinja

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.

Irock

\. will wait 1/4 of a second before continuing with the message.

\| will wait 1 second before continuing with the message.

MagicNinja

Not waiting between messages, I want the message window to be open only for a certain amount of frames.

Thanks, but no dice.

Zylos

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.




MagicNinja

yes... YES! THANK YOU!!!!!!!!!!!!!!!!!!!!!!!!