Deleted member 4627071
Newbie
- Feb 2, 2022
- 43
- 33
Yeah it still works, just add it on the line belowThere are 2 ways:
1) use a text editor (like notepad++) to open the game's html file and add that line of code to the correct place (after the vacation) then save it.
2) play the game and after the vacation use the browser's dev console (generally F12) to change the variable on that playthrough by entering:
SugarCube.State.variables.bbc_vacation = 3
which should persist after saving the game but any new game you start will have the same problem until the code is fixed in the html.
NOTE: I haven't got the game to test, so this assumes CJelly is right. The easiest way to find the correct place to edit the code is to play the game and see what the dialog says at the end of the vacation and search for that in the html then put the new code on a new line after that dialog. Search won't work properly with punctuation so only search for a string of words without ' or , etc.
