summaryrefslogtreecommitdiff
path: root/npc/000-2-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-2-1')
-rw-r--r--npc/000-2-1/arpan.txt1
-rw-r--r--npc/000-2-1/chest.txt30
2 files changed, 0 insertions, 31 deletions
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt
index ce672b80..61925763 100644
--- a/npc/000-2-1/arpan.txt
+++ b/npc/000-2-1/arpan.txt
@@ -3,7 +3,6 @@
// Ablu
// Description:
// Magic Arpan which tells new player how they came here.
-// A box with clothes for every new player.
// Variable:
// ShipQuests_Arpan
// Values:
diff --git a/npc/000-2-1/chest.txt b/npc/000-2-1/chest.txt
deleted file mode 100644
index cac4c1d4..00000000
--- a/npc/000-2-1/chest.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-// Evol scripts.
-// Authors:
-// Hal9000 (Francesco Miglietta)
-//
-// Description:
-// An opening chest.
-//
-// 2 bits array:
-//
-// Variable:
-//
-// Values:
-//
-//
-
-
-000-2-1.gat,57,31 script Chest 320;2,{
-
- set @q, geta(ChestStatus_1);
- if (@q == 1) close;
-
-
-L_FirstEncounter:
- seta ChestStatus_1, 1;
-
- mesn "Chest";
- mesq ("Hey it works!");
- close;
-
-}