Is there a way to easily keep count of the total amount available for individual attributes?
![](https://i.imgur.com/AgylEzXb.png)
Nightranger45
09 Aug 2017, 23:20So I'm making a game where the player will be able to determine their personality rather than me just write it in for them and I'm using attributes to do so. I haven't been keeping count of the current total number of the attributes I made to track the player's personality choices and it just occurred to me that this might be a problem in the future with my plans for the story. So is there a way I could keep track of the total amount of each attribute available in the story without having to add it all up myself? Or will I have to keep track of it?
![](https://i.imgur.com/mpaalk0b.jpg)
manowar
14 Aug 2017, 16:36Can you post an example of your atributes?
![](https://i.imgur.com/AgylEzXb.png)
Nightranger45
14 Aug 2017, 19:54Of course! I'm using @inc and dec to change them
@set Jackson = 0
@set Alex = 0
@set Giles = 0
//Endings
@set Good = 0
@set Bad = 0
@set Meh = 0
//Personality
@Cunning = 0
@Honor = 0
@Solitary = 0