- Sep 5, 2020
- 213
- 831
- 235
Need some assistance. Im in the middle of coding a new interface / skill tree and I want to do stuff with stats like "rank", "love", "fear", etc.
I can call stats like "body" and "charm" perfectly fine, but when calling those mentioned above I get the following error:
Can I get around this without editing the game files? I just need the raw number to start experimenting with some interesting talents (like scaling skill changes with love, or gaining x amount of jp the higher the fear modifier is)
Code:
$ inspect_test = girl.get_stat("body") ##This works
$ inspect_test2 = girl.get_stat("fear") ##This doesn't work
Can I get around this without editing the game files? I just need the raw number to start experimenting with some interesting talents (like scaling skill changes with love, or gaining x amount of jp the higher the fear modifier is)