Originally posted by Couto
Ok, but I didn't called it, the game called it, and I want to know what's the spawnStructs()'s name so I can delete it.
And I already am managing the spawnStruct(), in the way that I can teleport it, and even destroy it, but I'm not being able to find the object name.
A struct is a memory slot for anything you need to create manually. It isnt a physical entity or anything like that. If you want to name it, use ent.targetname = "somename"; Then to get it, use GetEnt("somename", "targetname") to get the entity