Project Zomboid

Project Zomboid

[B42] Week One NPC
What are some helpful NPC commands?
I'm trying to see if I can get a safehouse with a few NPCs set up, but I don't know what to say or do in order to get this to work. I can get them to go home, but I would like to know how to set a new home if possible and how to get them to take certain items like weapons or clothing.
< >
Showing 1-4 of 4 comments
Try "This is my home" I think that might do it.
they say "its mine now!"....
Look into the WeekOne text files, one of them contains the text commands that NPCs recognize, like "burglar".

Steam, WIN10: steamapps\workshop\content\108600\3403180543\mods\BanditsWeekOne\42\media\lua\client
BWOChat.lua

look for action="BASE" or action="GUARD" or action="JOIN"
Last edited by Finn Jenkins; 13 May @ 8:54am
I didn't know there was a whole file, lol

am i crazy or would this work

table.insert(data, {query={"sex"}, res="I'm not interested'.", anim="No"})
->
table.insert(data, {query={"sex"}, res="Hell yeah !! .", anim="Yes", action="JOIN"})

btw, are these responses situational? like all the responses to making someone give u smth are negative; are they always negative or will they work if ur robbing them or smth?

Originally posted by Finn Jenkins:
Look into the WeekOne text files, one of them contains the text commands that NPCs recognize, like "burglar".

Steam, WIN10: steamapps\workshop\content\108600\3403180543\mods\BanditsWeekOne\42\media\lua\client
BWOChat.lua

look for action="BASE" or action="GUARD" or action="JOIN"
< >
Showing 1-4 of 4 comments
Per page: 1530 50