Solved NPC

Hello.
I have Issue, when I spawn base it goes half way in ground
and How can I make NPC base with people, with that copy paste i was able just to make base without scientist
Thanks, DAMN.
 

Orange

Administrator
Hello.
I have Issue, when I spawn base it goes half way in ground
and How can I make NPC base with people, with that copy paste i was able just to make base without scientist
Thanks, DAMN.
Answer for your questions in in FAQ on plugin page. For NPC's, you can set them in config of base (defenders)
 
"Copy-Paste base name": "FAQ",
"Copy-Paste base position offset": {
"x": 0.0,
"y": 0.0,<--------------------------------- change this to add more hight to you're bases.
"z": 0.0


"Defenders settings": [
{
"Shortname": "assets/prefabs/npc/murderer/murderer.prefab",
"Respawning cooldown": 3600,
"Maximal amount of defenders": 10,<----------- this is changes how many bots there spawns with it.
"Health": 200,
"Kit name": ""
 
Top