diff options
-rw-r--r-- | npc/008-1/confused-tree.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/008-1/confused-tree.txt b/npc/008-1/confused-tree.txt index cf4be9a2..b9ca1273 100644 --- a/npc/008-1/confused-tree.txt +++ b/npc/008-1/confused-tree.txt @@ -900,6 +900,7 @@ OnInit: // boring stuff below .version = 20; // increase this when you make a change .uptime = gettimetick(2); + .alwaysVisible = true; // the NPC doesn't de-spawn when moving away .pid = 1; // regex pattern id .msg_ht = htnew(); // hashtable id for message history .seen_ht = htnew(); // hashtable id for seen log |