Original Source
- Original title: Parallel Process with "Wait" = my character doesn't move
- Original author: Zergmar
- Original date: October 20, 2013
- Source thread: https://forums.rpgmakerweb.com/threads/parallel-process-with-wait-my-character-doesnt-move.19202/
- Source forum path: Game Development Engines > Legacy Engine Support > RPG Maker VXAce Support
Summary
I got no idea what I'm doing wrong, I got a parallel process which has a Wait in the middle. According to the tooltip "Wait" doesn't block the character from moving while it goes in a parallel process. However, it does block movement input for the duration. WTF? Screenshot in the attachment below RESOLVED: You should never call a parallel process from a skill. Have the skill call a common event that only contains the line "control switch morhed = ON".
Archived First Post
RESOLVED:
^This wasn't anywhere near intuitive to me (just a hint for the developers)You should never call a parallel process from a skill.
Have the skill call a common event that only contains the line "control switch morhed = ON".
The parallel process NEEDs the OFF-line at the end to disable itself, or it will run indefinitely.
Protected download
Protected download
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadReferenced Images / Attachments
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...

