Hello I recently try out the Renpy cheat generator and it's great. However, I encounter a problem with "can't assign to comparison". I noticed the code in save editor, where I get the variable name, that everything is fine when I try to change single variable with no sub to it.
For example:
#Add stamina, works fine
$stamina = stamina + 100
#Add money (can't assign to comparison, does not work)
$mc > inv > money = 100 #or
$mc > inv > money = mc > inv > money + 100
I learn a bit of coding, not from python so I don't know how to solve this issue, if anyone have any idea then I would greatly appreciate your help
Edit: I tried using M key to get game variables and "stamina" is set default as 0 but I'm unable to get mc money like in save file editor but something like this
money_transfer = <function money_transfer at 0x059CAEB0>