cant be cheated with the SugarCube.State.active.variables , anyone know how to cheat it?
It's an HTML game, so it's pretty easy.
Step 1) Open it up in Notepad++,
Step 2) Copy any given string of text from the game running on your browser.
Step 3) Use a Control-F search for that string.
Step 4) Scroll to the left or right, find what you want to change, and manually change it with text.
Step 5) Save the HTML document and refresh the game's window in your internet browser.
So, for example, if you want to make it so that you get -100 Suspicion.
Make some decision in the game that changes your Suspicion, either positive or negative, and copy-paste a string from that page of the game into your Control-F search on the Notepad++ document.
Then just start looking to the left and right (scrolling as needed), until you find some line of gamecode that mentions suspicion. Usually something like: "set $suspicion = $suspicion + 1".|
Money's similar. Just find a part of the game where you get a bunch of money (like right at the start of a new game), then repeat those steps in order to find the $cash variable, which will say something like "set $cash = $cash - 5000" .