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:
The way I got it to work is have a variable in each scene with the same name, set to 0, and with 'persist in dream' checked. Then use variable modifiers to update it.
For me at least I wanted to track lives across levels so coudln't set it to 3 in all scenes because it reset each scene. So it is set to 0, then in my first scene I set it to 3 and that then carries across the value - and I just subtract 1 each time the player dies