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.

How to continue event processing?

If there's a rule against having two Support Topics open at once, I just broke it...

Anyway, basically I have a script that is called up inside an Event. That script calls up a Scene which processes and then exits. The problem is, that the Event is supposed to do more than call up the script (mainly the Event is supposed to talk after the script does its thing).
When I exit the script, I use:
      "$scene = Scene_Map.new"

However, what I'm trying to do is to go back to the Event and continue processing the event so that the Event can talk. How would I call up a script, and then exit/dispose of that script so it continues processing the event?

Sorry if I rambled or didn't explain it well, I did my best.

Thanks in advance,
RM
 
Hmm.. i'm not 100% sure i understand, but i think i do..
What if you did like this inside the event:

@>You call your script here
@>Control sef swith: A =ON

and then you create a new page inside the event and put it at parallel process, and at conditions, you set Self switch A is on.
Then you make the message thingy or whatever you wanted to do. But since this is parallel process, it will repeat the message over and over again, so at the end, you should put self switch B=on:

@>Here is the message you want to display
@>Control sef swith: B =ON

Then you create a new page with the condition Self switch B is on.

I'm not sure if that is what you want, but i think that that will work..
Hope it helps! :thumb:

Over and out - Gando
 
Thanks Gando, I can't try it out right now but i will try it later today and will edit this post to tell you if it worked.
Thanks for the help.

EDIT: I finally got around to trying out your method Gando. I got it to work... sorta... but at least now I know what options to fiddle around with. Somehow I never thought of a parallel process lol. Thank you again, thread can be locked.
 

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