Main public logs

From Citizens Wiki

Combined display of all available logs of Citizens Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 18:51, 1 December 2025 Fullwall talk contribs created page Behaviors (Created page with "= Behaviors = The Behaviors system allows NPCs to run AI behaviors defined in YAML format. Behaviors can be simple actions like walking or waiting, or complex sequences with conditions, loops, and parallel execution. == Tree Structure == All behavior trees start with a <code>tree:</code> root node: <syntaxhighlight lang="yaml"> tree: sequence: - behavior_name arg1 arg2 - another_behavior </syntaxhighlight> == Built-in Types == === sequence === Runs child...")