I'm trying for several hours to drop the itens from my inventory using his name stored in my array. Since I destroy the object and set slot's animations to respective object that I have stored, now I need to respawn this object back to the world. And that's the problem that is giving me headaches. Just can't find a way to solve it.
I'm trying to respawn the object back to the world using retrieved value from my array, which is the name of the object. But the only tools that C2 has for spawning objects is selecting the object. And I need to do it generally, so I dont need to bother with singles objects, since it will have several in the game so I can't use actions for especfics objects/itens.
Please, someone could help me?