summaryrefslogtreecommitdiff
path: root/npc/010-2/_config.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/010-2/_config.txt')
-rw-r--r--npc/010-2/_config.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/npc/010-2/_config.txt b/npc/010-2/_config.txt
new file mode 100644
index 000000000..f10533931
--- /dev/null
+++ b/npc/010-2/_config.txt
@@ -0,0 +1,11 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Map 010-2: Desert Mountains conf
+
+010-2,209,70,0 script #010-2_209_70 NPC_CHEST,{
+ TreasureBox();
+ specialeffect(.dir == 0 ? 24 : 25, AREA, getnpcid()); // closed ? opening : closing
+ close;
+OnInit:
+ .distance=2;
+ end;
+}