Main Menu
  • Welcome to The RPG Maker Resource Kit.

RESOLVED: Wait event problems.

Started by SorceressKyrsty, May 03, 2008, 01:14:17 PM

0 Members and 1 Guest are viewing this topic.

SorceressKyrsty

My first ever (probably n00b) question:
I have an entire scene that runs with a combination of autorun and paralell processes. Three things are moving towards you, and when they finish moving, the next event begins.
However while these things are mving, your people are supposed to be watching them move. I made an event that has text about the current scene and then a "wait" event. But during a wait event your character can move around. I don't want my character to be moved around because in the next stage of the scene someone goes up to the spot where your character is and begins a conversation. I've tried setting the frames to really high but then it deactivates when a swtch is activated, but it didn't work. I bet there's some simple answer out there and I'm just having a stupid moment, but I really need help with this.

Klarth F. Lester

theres an event called "wait for move's completition" have you tried it? (2nd page in the event commands)

if not.. it might soud like a pain in the ass... but I think you need to create another parallel process that will have the "move" command... just for the player and simply have it wait... for as long as the other events are taking place.

dunno if it helped... i hope it did  ;8

SorceressKyrsty


SorceressKyrsty

Resolved, I just switched the autorun to paralell process and one of the paralell processes to autorun. When the paralell process finished i put a self switch so the autorun could finish and turn itself off.