Parallel process only once!

Started by toni112007, October 10, 2012, 07:05:39 am

Previous topic - Next topic

toni112007

Hi all how can i make Parallel process only once!
This is how it happens for me
I enter room it happens and with erase event its over
but when i enter new room and when back to this one
same process happens again...
How can i prevent this from happening so that only once happen?

Also i made event where you enter room and doors are blocked/collapsed with boulder after few frames.
its also parallel process with self switches.
And when i enter new room and back to this one Boulder/rock is missing...not there.
I made this event like First event page SE,set event location,graphic of boulder/rock and self switch A=on.
second page is graphic of boulder/rock and self switch A=on

SO can you help me answer this question?

I hate when my event happen twice
Like i have tinderbox item and when i pick it up i cannot pick it up again,but when i enter new room
and back to this one i can pick it up again...how to fix that? via common event?

diagostimo

new event page, with a condition of a switch or self switch, then trigger that switch at the end of the other event proccess, delete event does not permenantly delete the event, it only deletes it until the map is reloaded

toni112007


KK20

Page 1 (Parallel Process):
Graphic: None
Conditions: None
Commands: Sound effects, graphics, turn Self Switch A ON

Page 2 (Action Button):
Graphic: Rock
Conditions: Self Switch A = ON
Commands: None

Erasing Events, as diagostimo said, only removes the event for that instance of the map. Leaving the map and returning to it will bring the event back. Unless you know how to access your map files and remove events from them via scripts, there is no permanent way of removing events. You must use switches (or some other form of condition) to prevent events from triggering twice.

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!

toni112007

I did exactly what you said but again after re enter room my graphic of boulder dissapears...
I need boulder to stay after i re enter room...

for the second event
The graphic didnt appear at all...
I will explain what i need
Im working on game Like Amnesia
and i need some graphic to appear for few frames and dissapear after few frames...
so it looks like halucination.I managed to do that but when i renter room it happens again

SO basicly i need for first event graphic to stay and for second event that dont appear again
so how to do this?

toni112007

also on the first event i made set event location command.

KK20

Please don't double post. There's a modify button.

Something like this is really trivial to pull off, yet you're making this harder than it sounds. I'd like to see some screenshots of your events.

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!

toni112007


toni112007

I figured out! Set event location was problem i erased it and it works :D