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:
Adding some kind of list/array gadget would probably be pretty powerful and make certain things like inventory systems a lot easier.
I'm imagining there would be a list gadget that stores the data, ideally it would allow storing numbers and text (for text we'd also need to add a concept of text-based variables aka strings).
And then the list modifier gadget would let you add an item to the front/back of the list, remove an item from the front/back of the list, check if an item is in the list, sort the list, randomise the list elements, retrieve a list item from an index, replace a list item etc. etc.