Hello everyone! Hope all of you are having a nice day.
So the problem I have is not some pesky code errors trying grate on my nerves (Ha! take that “bad token” error!), but rather the placement of a code (code block? Code section? Idk🤷♂️).
So first, lemme divide this into two parts trying to incompetently describe my problem😅
My purpose
So what I’m trying to achieve here is something like in WotW, where you would get a central hub-like scene to choose different actions to pass your day. I kind of fell in love with that (kudos to @MahatmaDagon for that👏), and wanted it to implement it in my own twisty, messy way in my detective story, for finding and examining clues and if you have enough clues (more than 50% of a case’s total discoverable clues), you would be able to guess who the criminal was (wow, boring right?).
The problem
The problem I’m facing here is that where should I exactly place my code. I mean, Ik I have to use the *gosub
command here, but in which file I should put this hub? Should it be in startup.txt
or should I create a routines
file or should I put it in every chapter/case
file?
I know I probably didn’t made any sense above, but nevertheless, thank you!