New to Choicescript, yay!
I’m confused at the error since I thought I had it at the top?
“startup
executing
QUICKTEST FAILED
Error: startup line 4: Invalid scene_list instruction, only allowed at the top of startup.txt”
My code looks like this:
<!nav = new SceneNavigator(["startup"]);
*title dnd campaign tyche
*scene_list
startup
history
nk_observations
*create name "Unknown"
*create class "Unknown"
-->
Thank you!