I am currently finishing up the 4th area of terminality.
Buut the finalizing script is a little screwed up.
I don't know why.
The first part of a series of flashing and warping and some dialogue work fine.
But now the level complete screen that's supposed to load won't load.
Here's the main broken part (NOTE: This was done in VED with the internal scripting option)
NOTE: THE COLOR SPOILER IS AN ACTUAL COLOR IN THE SCRIPT
Basically, it is supposed to hide you and another crewmate (hideplayer and gotoroom)
Then delay a bit, and play Path Complete and show the level complete screen as shown above.
However, the script stops right after the delay is finished...
Every single time...
Any help?
Buut the finalizing script is a little screwed up.
I don't know why.
The first part of a series of flashing and warping and some dialogue work fine.
But now the level complete screen that's supposed to load won't load.
Here's the main broken part (NOTE: This was done in VED with the internal scripting option)
Code (t5tele) Select
hideplayer
gotoroom(8,12)
delay(90)
play(0)
text(cyan,-1,50,1)
LEVEL COMPLETE!
backgroundtext
speak_active
text(spoiler,-1,90,2)
You have found
(Spoiler)!
backgroundtext
speak
text(spoiler,-1,120,2)
Now use your
(Spoiler)!
backgroundtext
speak
text(cyan,-1,160,1)
Press ACTION to continue.
speak
endtext
NOTE: THE COLOR SPOILER IS AN ACTUAL COLOR IN THE SCRIPT
Basically, it is supposed to hide you and another crewmate (hideplayer and gotoroom)
Then delay a bit, and play Path Complete and show the level complete screen as shown above.
However, the script stops right after the delay is finished...
Every single time...
Any help?