CheatMod for Everyone With Notepad++
(location My_call.rpy ...Gamelocation\Sunsity\game\my_calls.rpy
View attachment 2990411
You can Modify and Change result flags at My_call with Notepad++
You can find ....
1. $ npc.dict_skill['Exploration'] = npc.dict_skill['Exploration'] + (num)
2. $ npc.dict_skill['Friend/Anger'] = npc.dict_skill['Friend/Anger'] + (num)
3. $ GG.joy = GG.joy + (num)
4. $ GG.dict_skill['Talk'] = GG.dict_skill['Talk'] + (num)
to change the score result of an action, such as +0.02 to 1.0 or 300
View attachment 2990413