So working with a new board selection class for La Box and I came across a nice little piece of code for loading levels. This is not my code and I don’t remember whose it is but it works wonders for me.
function loadNewLevel(%levelFile, %delay)
{
// Prevents a crash
if (%delay $= “”) %delay = 100;
// If [...]