summaryrefslogtreecommitdiff
path: root/npc/test
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-11-05 17:21:23 +0300
committerAndrei Karas <akaras@inbox.ru>2015-11-05 17:21:23 +0300
commit6360b1e9b54c91c87a5b2e0e0815a1929b772ff9 (patch)
treec18abe941e6ad67e79d960a7f8a8207cf007524e /npc/test
parent9bf8d8ad2bb77d0a80c16da5e4e381fe2c66f802 (diff)
downloadserverdata-6360b1e9b54c91c87a5b2e0e0815a1929b772ff9.tar.gz
serverdata-6360b1e9b54c91c87a5b2e0e0815a1929b772ff9.tar.bz2
serverdata-6360b1e9b54c91c87a5b2e0e0815a1929b772ff9.tar.xz
serverdata-6360b1e9b54c91c87a5b2e0e0815a1929b772ff9.zip
Add always visible attribute to npc1.
Diffstat (limited to 'npc/test')
-rw-r--r--npc/test/npc1.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/test/npc1.txt b/npc/test/npc1.txt
index 1bf9da8b..24e1478a 100644
--- a/npc/test/npc1.txt
+++ b/npc/test/npc1.txt
@@ -263,6 +263,7 @@ OnTimer340:
OnInit:
.sex = G_MALE;
.distance = 5;
+ .alwaysVisible = true;
waitingroom "test room", 2, "npc1::OnReadyCheck", 1;
end;