- May 22, 2017
- 3,220
- 8,066
Sorry, sorry, SHIFT+o is the correct combination, of course. I'm using it all the time myself. I meant to write SHIFT and have no idea how I ended up writing Ctrl. And it's not the first time I've done it, damn it.Hi ,
My Variables are as follows;
Answers.
task_2d2_Fix_faucet = 5
FR_firstTime_2d3_Mall_Start = False
FR_firstTime_2d4_BackHome = True
AC_2d5_Finish_Acts = True
Yet I still get this
ps, "CTRL+o" did not work for me, Had to use "SHIFT+o" to open the console .
I guess I have to download the bugged compressed version to figure this out, there's nothing else wrong with the buttons in the version I have and with the values you have, this should work. So it must be something else
Just don't hold your breath, OK
Wait a minute, both variables FR_firstTime_2d4_BackHome and AC_2d5_Finish_Acts can't be true at the same time!
This is where the "bug" is.
In case you already have finished the night after fixing the faucet,
FR_firstTime_2d4_BackHome
should be False
!I guess I was a bit sleepy yesterday, since I didn't figure that one out then. This is why 2 buttons get displayed with the original GUI.rpy
Set your
FR_firstTime_2d4_BackHome=False
the next morning after you have finished fixing the faucet and you should be fine.
Last edited: