- Joined
- Jul 17, 2014
- Messages
- 33
- Reaction score
- 2
- First Language
- English
- Primarily Uses
Hello, I'm trying to create a point score system so that at the end of the very early alpha version of my game the players will have a score created based on how they did.
While the scoring points may seem kinda unusual they're what will make my game very unique in the end..
So pretty much I need a way to figure out how to add all of the below and then give them that number as a value:
(exact value of each stat = points in a 1:1 ratio which I believe can be done via variables)
MHP + ATK + DEF + AGI (these are the only ones I need, I don't need any other stats)
and I want to multiply that added amount by 2 THEN show them the number as their point value via a text box or something.
So how can I do this?
I literally just realized how easy this is to do right after clicking post, could someone please lock this for me, thanks.
While the scoring points may seem kinda unusual they're what will make my game very unique in the end..
So pretty much I need a way to figure out how to add all of the below and then give them that number as a value:
(exact value of each stat = points in a 1:1 ratio which I believe can be done via variables)
MHP + ATK + DEF + AGI (these are the only ones I need, I don't need any other stats)
and I want to multiply that added amount by 2 THEN show them the number as their point value via a text box or something.
So how can I do this?
I literally just realized how easy this is to do right after clicking post, could someone please lock this for me, thanks.
Last edited by a moderator:

