Goto_random_scene not working with quicktest but works with randomtest and playtesting

Hello, it’s me again. :melting_face:

For the life of me I cannot figure out why this is not working. I run a quicktest and I get the error “ERROR: couldn’t open randday1.txt”

If I do random test it will go to the scenes listed, same if I do a playtest both on CSIDE and if I upload on cogdemos and play it through there. Am I doomed to just make a separate file to quicktest all my random scenes (I rely on it so heavily)? :joy:

My code looks like this:

*page_break

*goto_random_scene
    randday1
    randday2
    randday3

I do not have these scenes listed under *startup, if that makes any difference.

I believe you should have them listed in the startup file.

The wiki says you don’t, but I tried listing them and nothing changed. :pensive_face:

Ah, right. That was for problems when you compile the game. Sorry, my bad.

1 Like

No worries! I think I’ll just have to do a work around with *rand and *goto_scenes for the time being.