• Own NPC in own gamemode
    2 replies, posted
Hello, I have quick question. I want to make own NPC entity in my own gamemode but only thing I want to change is model of this NPC and maybe health - just basic things. Is that possible without coding every NPC AI from the beginning or can I use some base for this? I can't find out any info about this. In sandbox NPC with own models are just added to spawnlist with other models but I wanna do this in my own gamemode.
You can spawn an npc and do what sandbox does: change the model on spawn, health, and any flags relating to their relationships
Thanks for your reply but I wanna use this NPC with custom model and values in my own map also, so I don't want to spawn npc via LUA but from map. I wanna use this entity in point_template etc. So I need my custom one.
Sorry, you need to Log In to post a reply to this thread.