Project Zomboid

Project Zomboid

TchernoLib B41
Tchernobill  [developer] 15 Jul, 2023 @ 4:03pm
World Chat
You can make any object talk on the world.

Simple intuitive interface
WorldChat.say(object, "Hello World!")
object can be anything that implements getX and getY.
Typically any class that inherits from IsoObject will do.

More advanced tuning guide
Under construction.
See NPC Baelin The Fisherman mod for exemple.