Project Zomboid

Project Zomboid

[B42] Week One NPC
All Npc Chat Commands?
ive been messing around with the chat system and im wondering if im missing any commands. The commands i do know are (Join Me) (Leave Me) (hello) (Bye) (Are You Sick) (How Are You) (Thank You) (Hands Up) aside from these im not sure if there are anymore.

Could we get a list of all the Commands?
< >
Showing 1-9 of 9 comments
yourhardwaredisk\yourfolder\Steam\steamapps\workshop\content\108600\3403180543\mods\BanditsWeekOne\42\media\lua\client

And find BWOChat.lua

which has all query you can say
Carlos Jan 13 @ 11:06am 
is there a chat that has a command for that one NPC in the beginning that follows you? I really dont want my first and only friendly NPC to die
hippie3c Jan 13 @ 1:49pm 
@Chip thank you , theres 10x more than id found lol
DeRossa Jan 13 @ 3:18pm 
Originally posted by Carlos:
is there a chat that has a command for that one NPC in the beginning that follows you? I really dont want my first and only friendly NPC to die
the best thing to do is to instantly bash your wife to death and take her extra stuff, extra ammo and pistol works wodners if you play "tough cop" alà Sean Penn,
Last edited by DeRossa; Jan 13 @ 3:19pm
Yeah, unfortunately it seems your starting "babe" disappears on reload so might as well take their stuff.
{"hands", "up"}, res="Ok!", anim="Surrender", all=true})
table.insert(data, {query={"robbery"}, res="Ok!", anim="Surrender", all=true})
saying sorry i an agro'd npc seems to work somewhat, i asked "can i come in?" they say something, mostly meaning no XD
and theres some join commands {"dinner", "me"}, res="Sure! Let's go!", anim="Yes", action="JOIN"})
table.insert(data, {query={"lunch", "me"}, res="Sure! Let's go!", anim="Yes", action="JOIN"})
table.insert(data, {query={"take", "drink"}, res="Sure! Let's go!", anim="Clap", action="JOIN"})
table.insert(data, {query={"have", "a", "drink"}, res="Sure! Let's go!", anim="Clap", action="JOIN"})
table.insert(data, {query={"buy", "drink"}, res="Sure! Let's go!", anim="Clap", action="JOIN"})
table.insert(data, {query={"take", "coffee"}, res="Sure! Let's go!", anim="Yes", action="JOIN"})
table.insert(data, {query={"buy", "coffee"}, res="Sure! Let's go!", anim="Yes", action="JOIN"})

thanks for the info where to find it @[RUS] Chip
theo Mar 6 @ 3:11pm 
Can you like make them take loot or grab stuff
< >
Showing 1-9 of 9 comments
Per page: 1530 50