summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorHal9000 <miglietta.francesco@gmail.com>2013-03-06 19:39:58 +0100
committerHal9000 <miglietta.francesco@gmail.com>2013-03-06 19:39:58 +0100
commitdae27a43dd80cb2c810ec175c8c22bf7ace93afd (patch)
tree7de1271c1212f33927881f89538643e7d314313d /npc
parentd6c593f805ae6d70fbfe11707937bdc218dba58f (diff)
downloadserverdata-dae27a43dd80cb2c810ec175c8c22bf7ace93afd.tar.gz
serverdata-dae27a43dd80cb2c810ec175c8c22bf7ace93afd.tar.bz2
serverdata-dae27a43dd80cb2c810ec175c8c22bf7ace93afd.tar.xz
serverdata-dae27a43dd80cb2c810ec175c8c22bf7ace93afd.zip
NPC dialogue revamp. Chest script reviewed.
Diffstat (limited to 'npc')
-rw-r--r--npc/000-2-1/chest.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-2-1/chest.txt b/npc/000-2-1/chest.txt
index a9d6f229..fe615679 100644
--- a/npc/000-2-1/chest.txt
+++ b/npc/000-2-1/chest.txt
@@ -30,7 +30,7 @@ l_Give:
setq ShipQuests_Arpan, 2;
getitem "CreasedShirt", 1;
getitem "CreasedShorts", 1;
- message strcharinfo(0), l("You take the clothes from the chest.");
+ npctalk "You take the clothes from the chest.";
goto l_Quit;
OnTimer220:
@@ -40,7 +40,7 @@ OnTimer220:
end;
l_Talk:
- message strcharinfo(0), l("You should talk to Magic Arpan first.");
+ npctalk "You should talk to Magic Arpan first.";
close;