So 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?
Of 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