The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Tutorials and Eventing => Topic started by: dragonlordsd on December 05, 2012, 02:12:13 AM

Title: Starting Event in rpg maker 2003
Post by: dragonlordsd on December 05, 2012, 02:12:13 AM
Ok, so I want to know how to trigger an event (just a few lines of dialogue would be fine) that happens as soon as the game starts. Some thing like:

Voice offscreen: Hey, you! Over here!

What would be the best way to do this?
Title: Re: Starting Event in rpg maker 2003
Post by: Zylos on December 05, 2012, 02:26:43 AM
I was about to go into a detailed ramble about how to do it smoothly, but I think simpler will probably be better for you to learn by.

What you're gonna want to do is set the trigger condition of your event to Auto-Start so that it automatically plays the event. This will also loop the event though, so to close it, you need to do one of two things. Either use the Erase Event command after your dialogue (this will not permanently erase the event though, the event will reset if you leave the map and come back), or use the Switch Operations command to turn on a select switch. If you use the switch method, be sure to click the New Page button up top with the selected switch as a precondition and no trigger condition.
Title: Re: Starting Event in rpg maker 2003
Post by: dragonlordsd on December 05, 2012, 02:30:29 AM
Thanks for the quick response!
I thought that it would use switches, but I was confused because there seemed to be no way to set it to "switch off" as a precondition.
Title: Re: Starting Event in rpg maker 2003
Post by: Zylos on December 05, 2012, 02:32:31 AM
Yeah, you have to do that manually. New page with the switch as a precondition but running no commands, works almost the same.