So let's say I want to track a character's various stats, and I want to represent one of them as a number that I can manipulate, and I also want to describe that one using a word, so that I can print something like:
Shirley's charisma is 2 (awkward).
And then later, when Shirley has completed four terms at charm school:
Shirley's charisma is 6 (likable).
What's the simplest/tidiest way to do this? I have been poking at datamaps and things and I cannot get my head around it.
Comments
If you put that in a passage and test it, I think it will do what you're asking.