Home
Help
Search
Calendar
Login
Register
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Click here to join us on IRC (#charas on irc.freenode.net)!
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
event help
« previous
next »
Print
Pages: [
1
]
Author
Topic: event help (Read 1555 times)
Ardith
Member
Initiate
Posts: 6
event help
«
on:
September 20, 2007, 01:24:00 AM »
In RPG maker 2k3, after a teleportation event to go inside houses and the like all my events keep replaying. How can I stop them from replaying themselves?
Logged
DragonBlaze
A Wild DB Appeared!
Royal
Posts: 3,329
(No subject)
«
Reply #1 on:
September 20, 2007, 01:29:08 AM »
You have to be a little more specific. Do you mean you have autostart events or parallel process events on the first map, that play again when you go back on that map from the teleport event. Do the events from the first map keep playing after you teleport, or do the events on the map you teleport to keep playing, and what do you mean by replaying exactly?
Anyway I should be able to help, its most likely something simple like you need to turn an event off or switch it off.
Logged
Hell Yeah! Just recovered all my old rm2k/3 games from my 10 year old, broken laptop hard drive that had been formatted and had a new OS installed on it. Oh, and I did all of this from my phone. WIN
Ardith
Member
Initiate
Posts: 6
(No subject)
«
Reply #2 on:
October 30, 2007, 11:30:18 PM »
When I come back to the first map, the events are not erased and are still operating when I trigger them after I leave a house. Basically I want to know how to end an event so that it will not be triggered again.
In the very beginning, my main character says something and when it is over, I go into a house. When I leave the parallel system would replay the exact same words.
Logged
Melch
Member
Initiate
Posts: 23
(No subject)
«
Reply #3 on:
October 31, 2007, 02:52:36 AM »
Keep in mind only one map exists at a time. Any time you leave one map and go to another map, it is redrawn from scratch, including events.
So, when you go back into the house, it is drawn from scratch as if you have never been there. To stop the events from happening again, use Switches. After the event has happen, set a Switch (usually helps to name them similarly) to the ON position. Then on a new page, set it so that if that switch is ON, that the events graphic is blank, and there are no commands in the event list.
EDIT:
Just a note, something I learned with switches, they take effect IMMEDIATELY... So if you set a switch to ON, then the rest of the code under that switch will not happen because that new page, with the precondition of that switch set to on, is now playing.
Logged
Print
Pages: [
1
]
« previous
next »
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
event help