So, I have this script here, and I'm running it in 2.1.
Code Select
say(-1)
text(1,0,0,4)
say(2)
squeak(gray)
text(1,0,0,4)
say(5)
text(gray,54,55,1)
=[ LOG OF VITELLARY ]=
backgroundtext
speak_active
text(1,0,0,4)
say(5)
text(gray,54,85,2)
DATE: 04/13/2038
TIME: 2:42 PM
speak
say(2)
text(1,0,0,4)
say(2)
squeak(yellow)
text(1,0,0,4)
say(5)
text(gray,54,55,1)
=[ LOG OF VITELLARY ]=
backgroundtext
speak
text(1,0,0,4)
say(4)
text(yellow,54,85,1)
I hope this thing actually works.
backgroundtext
speak
text(1,0,0,4)
say(4)
endtext
endcutscene
untilbars
loadscript(stop)
Run it for yourself in 2.1 beta and you'll see where it screws up at.