battlestar_caprica
Member
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
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