I'll be making Time Trials for levels

Started by Betaworld Team (Chara), March 01, 2020, 02:55:25 PM

Previous topic - Next topic

Betaworld Team (Chara)

Anyone have levels? Give them to me, I'll gladly make Time Trials out of them!...unless they're crappy.

You might be wondering how I'm gonna do it. I'll be using this bad boy.

Ally 🌠


Fun fact: endtrial() literally just calls gamestate(82) without checking if you're in a trial first.
So to make sure the main level doesn't... end, use iftrial(script) first before using endtrial(). If you happen to have overlapping sections for time trials, you can use iftrial(id,script) to run the script only if the current time trial is the id you entered

(Also, remember to ask for permission before modifying other people's levels)

Betaworld Team (Chara)

So far, I've added Time Trials to Back to VVVVVV, but I don't know if I want to release it...