Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: Kira_Kakari on October 29, 2005, 03:33:21 PM

Title: Gar...
Post by: Kira_Kakari on October 29, 2005, 03:33:21 PM
Kay.. In an XP game I'm making, there is some text at the very beginning. Then a guy walks up to a girl. But when you hit 'enter' on the last text box, the guy stops walking. So he takes one step and suddenly stops, then the rest of the into keeps going. How can I make it so you can't close the text box until the guy is done walking? Or just how to make this not happen. That works too. -_-
Title:
Post by: Tomi on October 29, 2005, 05:02:00 PM
First of all, welcome to charas.  Secondly, you can probably use the \_ command in the text box to wait a second (use multiple ones to wait longer).  I'm not sure if you can do this in XP, but thats how it is in RM2k3, so it might be the same.  
Title:
Post by: Chaotic_Death on October 30, 2005, 07:15:33 PM
Didn't they eat all those message commands when they made RMXP?

Anyways, have a "Wait" command before your last texbox (or first... whatever) that temporarily suspends the next textbox from showing up until the man has walked to where he's supossed to.  But depeneding on how far of a walk it is, that number of frames you'll have to wait may vary.
Title:
Post by: Krade on October 30, 2005, 08:14:30 PM
For those kind of commands to work in RPG Maker XP you'd need the advanced message script:
Instructions (http://xms.fc2web.com/XRXS2/RPGXP_XRXS9.htm) (Japanese but can probably be translated with something like babelfish)
Script (http://xms.fc2web.com/XRXS2/RGSS_XRXS9.htm) (Don't translate or it won't work)