The basic idea of what i'm going for is to do the following:
- Create an object and customize elements of it. (Got this part down)
- Store it away.
- Bring it out again being called by designated name assigned to a key command.
So my questions are:
What is the best way to 'store' objects away? (Do arrays work or is there a different method i should use?)
Can an object stored away be called out by name or would i have to use its UID?
Help would be greatly appreciated.