summaryrefslogtreecommitdiff
path: root/npc/functions/game-rules.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-03-26 00:34:18 -0300
committerJesusaves <cpntb1@ymail.com>2018-03-26 00:34:18 -0300
commit35056b7702f0f21f84d4d16f15e807a545a34b54 (patch)
tree6a3af4856214e60cb96be6faac9d11260f91feda /npc/functions/game-rules.txt
parent9d2fd73cef8de24d03121bdde2fd4fb3b803a2f9 (diff)
parent7233ced3d5edaf1799e7bf5fa2961111128b9e5d (diff)
downloadserverdata-jesusalva/fishing.tar.gz
serverdata-jesusalva/fishing.tar.bz2
serverdata-jesusalva/fishing.tar.xz
serverdata-jesusalva/fishing.zip
Merge branch 'master' into jesusalva/fishingjesusalva/fishing
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";