First off, sorry about my English, if you don't understand it so well... Neevr Studied English in my poor, poor life...
Now to the question...
I'm making a script to increase the Atributes of the characters whitout leveling up... for that I use this formula:
[exp] = ([Atribute]²)/10
for example, a character with 20STR will need 20²/10 = 40EXP to increase this atribute.
I have the windows and the entire scene almost finished... but I simply can't apply the formula into scripting... I try to get an atribute and place into a local variable and it won't work...
it isn't working the command I placed to calculate it
can anyone help me?
thanks in advance.
Now to the question...
I'm making a script to increase the Atributes of the characters whitout leveling up... for that I use this formula:
[exp] = ([Atribute]²)/10
for example, a character with 20STR will need 20²/10 = 40EXP to increase this atribute.
I have the windows and the entire scene almost finished... but I simply can't apply the formula into scripting... I try to get an atribute and place into a local variable and it won't work...
it isn't working the command I placed to calculate it
can anyone help me?
thanks in advance.