summaryrefslogtreecommitdiff
path: root/npc/000-2-1/chest.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-06-29 12:55:18 +0200
committerReid <reidyaro@gmail.com>2012-06-29 12:55:18 +0200
commitf96a92f3f1f05da65855a2d85d2b405752aa909f (patch)
tree400e2dfd205d4ad31fe9abd96dd69343975d9c85 /npc/000-2-1/chest.txt
parenta6c01f342b1336cdfd9cf09cf21e7f4c83d9559d (diff)
downloadserverdata-f96a92f3f1f05da65855a2d85d2b405752aa909f.tar.gz
serverdata-f96a92f3f1f05da65855a2d85d2b405752aa909f.tar.bz2
serverdata-f96a92f3f1f05da65855a2d85d2b405752aa909f.tar.xz
serverdata-f96a92f3f1f05da65855a2d85d2b405752aa909f.zip
Correct chest npc location and script.
Diffstat (limited to 'npc/000-2-1/chest.txt')
-rw-r--r--npc/000-2-1/chest.txt30
1 files changed, 0 insertions, 30 deletions
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;
-
-}