Skip to main content

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:

A forum post by TAPgiles

Ah, so you'll want to save the fact that collectible A was collected, and collectable B wasn't. To save information between play sessions or between scenes, you'll need to use "persistent" variables.

You can learn everything about variables here: https://www.youtube.com/playlist?list=PLX3qX-yI9vm4Dgo5NpTd0HcHYhnCJXNQA The first 2 will give you the basics and teach you about persistence.

You could use 1 variable per collectible, but you can only have 128 "persistent" variables per dream. So it's usually a good idea to use more advanced logic to save more of the collectibles into a variable at once. "Using the 25-bit chip" will get you to how to use a piece of logic I made specifically designed for getting a persistent variable to work for many collectibles at once. And the other "advanced partial variables" teach you how that method works.

Oh dear! Your browser is either unsupported or there has been a problem loading the page.