Is there a way to change to a random scene? The normal switch scene node only takes a literal number, is there any way to make it take a variable instead? That way I can generate a random integer and use that to switch scenes with. Or is there a built-in way to switch to a random scene that I've missed?
Thanks.
Comments
You can create an integer parameter and use it to override the "scene number" field in your Scene: Switch Action. For more on ActionList parameters, see the Manual as well as this tutorial.
The ActionList: Set parameter Action can then be used before this Action, and made to set this integer to a random value within a given range.