diff options
-rw-r--r-- | npc/test/npc1.txt | 1 |
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; |