Main Menu
  • Welcome to The RPG Maker Resource Kit.

Starting Event in rpg maker 2003

Started by dragonlordsd, December 05, 2012, 02:12:13 AM

0 Members and 1 Guest are viewing this topic.

dragonlordsd

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?

Zylos

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.




dragonlordsd

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.

Zylos

Yeah, you have to do that manually. New page with the switch as a precondition but running no commands, works almost the same.