summaryrefslogtreecommitdiff
path: root/npc/functions/game-rules.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/game-rules.txt')
-rw-r--r--npc/functions/game-rules.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/functions/game-rules.txt b/npc/functions/game-rules.txt
index f633ee5f..0a9f6569 100644
--- a/npc/functions/game-rules.txt
+++ b/npc/functions/game-rules.txt
@@ -46,12 +46,14 @@ OnCall:
OnUseBook:
if (openbook())
read_book;
- bye;
+ closeclientdialog();
+ close;
OnShelfUse:
if (openbookshelf())
read_book;
- bye;
+ closeclientdialog();
+ close;
OnInit:
.book_name$ = "The Book of Laws";