RPG Developer Bakin

RPG Developer Bakin

How to make two events occur simultaneously
in my one map,i create two events.one is a character,anther is a door.I added a conversation to each of them respectively,In this map, my idea is that the character is sleeping and saying "Zzz", while the door is knocked on and saying "bang bang bang",but they just appeared one by one.i want to both of them appear together,what should i do?
< >
Showing 1-2 of 2 comments
Phantom 24 Jun @ 5:56am 
Set up a switch and call it CharacterSleep.

Then, on your sleeping character event, add an event page with the condition:
Event Switch "CharacterSleep" is ON.

Now, set up the event like this:

Trigger: Automatically start (Parallel Process)

Commands:
1: Show sleep emoticon on this event
2: Wait for 2 seconds

And that’s it — now you have your sleeping character!

It's very important to choose "Parallel" if you want the event to run in the background. If you do not choose "Parallel", the event will block everything else until it's finished.

This works the same way as Autorun and Parallel Process events in RPG Maker.
thank you so much,i have made it successfully
< >
Showing 1-2 of 2 comments
Per page: 1530 50