Just To Insure That You Are Doing It Right:
1- Enable Developer mode:
1-1- Go to "Renpy" Folder, Then Go to "common" Folder.
1-2- Search For "00library.rpy" file and open it With "Notepad"(Or Just Something else).
1-3- Search this Part of Code:
if config.developer == "auto":
if config.script_version:
config.developer = False
else:
config.developer = True
1-4- Then Change "False" to "True"; remember you can do it in otherways too, but i suggest you to do it this way and don't change the code too much,just change that "False" to "True"(NOT "true" or "TRUE" or something else).
1-5- NOW developer mode is Enable.
2- Load A Save File that you want.
3- Now Press "Shift+D".
You Should See This:
View attachment 3888226
4- Click On "Console (Shift+O)" Button, Now You Are In Console.
5- type this : danger = x
- NOT DANGER or Danger or Something Else. JUST danger(IN ALL LOWERCASE)
- x IS the Value you Want.
- AND You Can Read The Current danger Value By Typing This: danger
this will show the danger Value for you.
View attachment 3888238