Someone was asking for this in a thread and the thread where I uploaded it seems to have disappeared.
So here it is, again.
So here it is, again.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuoteName: scriptaThe reason for why you need to seperate scripta and scriptb is that if VVVVVV encounters dialogs in a script, it will turn on cutscenebars (the black borders at the bottom and the top), no matter whether it will actually run or not. So if you don't seperate it like this, you'll end up with nice black borders every time you run the script after the first time (instead of nothing happening at all). You don't have to seperate them if you don't have dialogs, however. Hopefully this will get fixed, but it's like this currently.
ifflag(2,stop)
iftrinkets(0,scriptb)
Name: scriptb
say(1)
This will execute one time only!
flag(2,on)
Name: stop - empty script file.