Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

[Resolved] 'Action Trigger' a Parallel Process event?

Hi~ho,

I have an event that is Parallel Process, because of some script-related stuff. But when the player hits the Action Button on the event, I want it to do something 'else'. Is there some clever RMXP option to do this, should I move my question to the RGSS section, or is there an other way to do this? Note: I can't use set $game_variables / $game_switches, because there are quite a ton of these events. =3

Thanks!!
 
I suggest making a different event run your parallel process. Now make a second page with a page condition of having self switch A on.

On this event, making use a script command:
Code:
$game_self_switches[[map_id, event_id, 'A']] = true
$game_map.refresh

Replace map id and event id with your event data.

That should do what you are wanting.
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top