• Get spawner
    0 replies, posted
If I use this to spawn entity. [lua] local Category = "Strider" local NPC = { Name = "Strider", Class = "npc_strider", OnFloor = true, TotalSpawnFlags = 0, Offset = 2, Category = Category } list.Set( "NPC", "npc_strider", NPC ) [/lua] How do I get afterwards who spawned it?
Sorry, you need to Log In to post a reply to this thread.