diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-08-19 14:24:56 -0400 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-08-22 11:48:57 -0400 |
commit | 7db843cbfd73a1ead7cb490d5af5969900cc0e3d (patch) | |
tree | 2ca9311d79895b56719f0d62963f23badd795baf /npc | |
parent | 2c87bb38c881639bed963e7933a1e9d9c2e8e6a3 (diff) | |
download | serverdata-7db843cbfd73a1ead7cb490d5af5969900cc0e3d.tar.gz serverdata-7db843cbfd73a1ead7cb490d5af5969900cc0e3d.tar.bz2 serverdata-7db843cbfd73a1ead7cb490d5af5969900cc0e3d.tar.xz serverdata-7db843cbfd73a1ead7cb490d5af5969900cc0e3d.zip |
confused tree refinements
Diffstat (limited to 'npc')
-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 |