summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/000-1/chest.txt6
-rw-r--r--npc/000-2-1/_import.txt2
-rw-r--r--npc/000-2-1/arpan.txt4
-rw-r--r--npc/000-2-1/chest.txt (renamed from npc/000-2-1/box.txt)3
4 files changed, 11 insertions, 4 deletions
diff --git a/npc/000-1/chest.txt b/npc/000-1/chest.txt
index d8cef032..515d547d 100644
--- a/npc/000-1/chest.txt
+++ b/npc/000-1/chest.txt
@@ -13,7 +13,11 @@
set @q, geta(ShipQuests, ShipQuests_TreasureChest);
if (getnpcdir ("") == 4) goto l_Give;
+ set @a, getnpcdir;
+ mes @a;
setnpcdir 2;
+ set @a, getnpcdir;
+ mes @a;
initnpctimer;
startnpctimer;
close;
@@ -27,6 +31,8 @@ l_Give:
l_Close:
setnpcdir 6;
+ set @a, getnpcdir;
+ mes @a;
initnpctimer;
startnpctimer;
close;
diff --git a/npc/000-2-1/_import.txt b/npc/000-2-1/_import.txt
index 5183268e..b8ddd616 100644
--- a/npc/000-2-1/_import.txt
+++ b/npc/000-2-1/_import.txt
@@ -10,4 +10,4 @@ npc: npc/000-2-1/knife.txt
npc: npc/000-2-1/dan.txt
npc: npc/000-2-1/savepoint.txt
npc: npc/000-2-1/hammock.txt
-npc: npc/000-2-1/box.txt
+npc: npc/000-2-1/chest.txt
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt
index 61925763..c24cb4f3 100644
--- a/npc/000-2-1/arpan.txt
+++ b/npc/000-2-1/arpan.txt
@@ -121,8 +121,8 @@ l_Story:
next;
mesq lg("Yaya, you should go see her! She'll be happy to see you.");
next;
- mesq lg("Also, we took your yayed clothes, as they were... Yeyeye... In bad condition, go check the box around your bed, there is some new ones inside.");
- setcamnpc "Box";
+ mesq lg("Also, we took your yayed clothes, as they were... Yeyeye... In bad condition, go check the chest around your bed, there is some new ones inside.");
+ setcamnpc "Chest";
next;
restorecam;
diff --git a/npc/000-2-1/box.txt b/npc/000-2-1/chest.txt
index 4535565f..a9495039 100644
--- a/npc/000-2-1/box.txt
+++ b/npc/000-2-1/chest.txt
@@ -9,10 +9,11 @@
// 1: Talked to Arpan. Need to get cloths
// 2: Got cloths
-000-2-1.gat,41,37,0 script Box 316;2,{
+000-2-1.gat,41,37,0 script Chest 317;2,{
set @q, geta2(ShipQuests, ShipQuests_Arpan);
if (getnpcdir ("") == 4) goto l_Give;
+
setnpcdir 2;
initnpctimer;
startnpctimer;