Yes I Found A Workaround For Stats!!!
Added 2017-06-23 19:20:04 +0000 UTCHello everyone,
Good news!!!!!
So many of you were aware that I faced a problem using the renpy language because Renpy does not allow you to create a variable from 2 other variables. I.e. something like Health = Base_HP + Endurance will NOT work in Renpy...however Renpy is based upon Python which does allow this I've found a workaround by using Python language itself to bypass the flawed Renpy definitions.
This will allow in game for you to improve your health via improving your endurance. When of course I put something in which improves your endurance. Though I did find this myself I would like to thank Leethar who tried to help me and all other patreons that tried to help. I do appreciate it.