diff options
author | Hal9000 <miglietta.francesco@gmail.com> | 2013-03-08 22:27:26 +0100 |
---|---|---|
committer | Hal9000 <miglietta.francesco@gmail.com> | 2013-03-08 22:27:26 +0100 |
commit | 4b6b23a1e74eee61906787980cec48ef2230b75c (patch) | |
tree | 7bb609485b74023de28902764f8e32f226863fbb /npc | |
parent | f3217417dd388c1b855ce9561127edd8cd38a596 (diff) | |
download | serverdata-4b6b23a1e74eee61906787980cec48ef2230b75c.tar.gz serverdata-4b6b23a1e74eee61906787980cec48ef2230b75c.tar.bz2 serverdata-4b6b23a1e74eee61906787980cec48ef2230b75c.tar.xz serverdata-4b6b23a1e74eee61906787980cec48ef2230b75c.zip |
NPC dialogue revamp. Treasure Chest script reviewed.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/chest.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-1/chest.txt b/npc/000-1/chest.txt index 386f5334..9db0850f 100644 --- a/npc/000-1/chest.txt +++ b/npc/000-1/chest.txt @@ -32,7 +32,7 @@ l_Give: set zeny, zeny + 100; getitem "OldBook", 1; - message strcharinfo(0), l("You open the treasure chest."); + npctalk "You open the treasure chest."; l_Close: setnpcdir 6; |