Is there any way to create actors, and/or store them in a list, without explicitly spawning them onto the map?
I'm using actors for items, and I'd like to run code on them, even when they are stored in a characters inventory.
Not all inventories are stored on screen, or as part of the UI either.
I take it some of you have dealt with this? What did you do, store them on screen, and just hide the sprites? Store them off
screen, and just keep them active? I can't see any way of spawning items *without* spawning them on the map.
Any help, experience, or special insight is appreciated. Thanks.