The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Tutorials and Eventing => Topic started by: AnnaJapana on November 24, 2010, 10:13:07 PM

Title: Moving to the next map event question
Post by: AnnaJapana on November 24, 2010, 10:13:07 PM
Okay so i would like to know exactly where to find the event for the character to move to the next  map.
I also have two other questions.

2. When i make somebody talk (put in text for a character to say) they keep saying the same thing for all eternity and i cant exit it. How do i fix this?

3. i get the error "unable to find graphics/titles/001-title01 when i try to view a preview of my game.

How do i fix these three problems or atleast a solution to one. Thank you! ^_^
Title: Re: Moving to the next map event question
Post by: AnnaJapana on November 24, 2010, 10:31:43 PM
Oh sorry about problem #2 they only keep saying the same thing if i make it an automatic event. I only want then to say "Hi" once automatically when th main character enters the room not keep saying hi over and over again forever. So yea how do i fi this. Thanks again :)
Title: Re: Moving to the next map event question
Post by: Grafikal on November 24, 2010, 11:15:22 PM
1. The event command "Teleport" is what you're looking for. Use it to teleport the player on event touch.

2. Make the event triggered by an action, not player touch/parallel process/autorun etc.

3. You're dumb. Don't delete or rename shit after you create it. Rename your title graphic that you CURRENTLY have to "001-title01" and make sure it's in the graphics/titles folder of your game.
Title: Re: Moving to the next map event question
Post by: AnnaJapana on November 24, 2010, 11:33:48 PM
Thanks you really helped :)