summaryrefslogtreecommitdiff
path: root/npc/000-2-1/arpan.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-06-29 01:28:16 +0200
committerReid <reidyaro@gmail.com>2012-06-29 01:28:16 +0200
commita6c01f342b1336cdfd9cf09cf21e7f4c83d9559d (patch)
treee3289516c8409e4126b1cd90a905ed4b721cf733 /npc/000-2-1/arpan.txt
parent3439a1b28c9afa8a4289812e98e8969f4ec949b3 (diff)
downloadserverdata-a6c01f342b1336cdfd9cf09cf21e7f4c83d9559d.tar.gz
serverdata-a6c01f342b1336cdfd9cf09cf21e7f4c83d9559d.tar.bz2
serverdata-a6c01f342b1336cdfd9cf09cf21e7f4c83d9559d.tar.xz
serverdata-a6c01f342b1336cdfd9cf09cf21e7f4c83d9559d.zip
Cut box script from arpan.txt to box.txt,
Add start of animation on box.txt .
Diffstat (limited to 'npc/000-2-1/arpan.txt')
-rw-r--r--npc/000-2-1/arpan.txt32
1 files changed, 0 insertions, 32 deletions
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt
index 3592fa9d..ce672b80 100644
--- a/npc/000-2-1/arpan.txt
+++ b/npc/000-2-1/arpan.txt
@@ -78,38 +78,6 @@ l_EquipDone:
}
-000-2-1.gat,41,37,0 script Box 999;2,{
- mesn "Narrator";
-
- set @q, geta2(ShipQuests, ShipQuests_Arpan);
- if (@q == 1) goto l_Give;
- if (@q > 1) goto l_Empty;
-
- mes col(l("This box is locked"), 9);
- close;
-
-l_Give:
- mes col(l("You see some items in the box. Take them out?"), 9);
- next;
-
- menu
- l("Yes."), -,
- l("No."), l_Close;
-
- seta2 ShipQuests, ShipQuests_Arpan, 2;
- getitem "WornShirt", 1;
- getitem "WornShorts", 1;
-
-l_Close:
- close;
-
-l_Empty:
- mes col(l("This box is locked."), 9);
-
- close;
-
-}
-
000-2-1.gat,39,33,0,1 script Magic Arpan 307;5,{