Does anybody know at which point C2 stops you from cloning Dictionary objects? If you start a new project and add in a Dictionary, if you right click it, you can select Clone.
I made it half way through a project, added in a Dictionary, added some variables to it, then cloned it before realising I wanted to add more data to it, so I deleted the clone. Now, here I am a couple of days later, and I now have it finished and want to duplicate it 2 more times, but can no longer do so.
I referenced the data in this Dictionary 3 times, and have tried deleting these events to see if that helped, but unfortunately not.
So yeah, just wondering if anybody knew how to clone Dictionaries, or what action stops this process from being possible. I now have to create multiple Dict objects and add in the variables one by one.
This a bug, or by design? If by design, could someone please tell me the benefit to locking this feature?