Report this content
We want the Dreams coMmunity to be a safe, diverse and tolerant place for everyone, no matter their age, gender, race, sexual orientation or otherwise. If you believe this content to contradict these principles, you can file a report for our coMmunity teams to investigate.
Note that misuse of the reporting tool will not be tolerated.Item being reported:
I realise I can use a persistent variable to track a 'total score', but does does not prevent someone from going back to a previous level in the dream and replaying it to add more to that value.
The only solution I can see is to have 30 variables (one for each level) and then the 'total' is just the sum of those variables, but I think I might just not have a total score at all because that's too much work for little gain.