summaryrefslogtreecommitdiff
path: root/world/map/npc/026-2
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/026-2')
-rw-r--r--world/map/npc/026-2/_nodes.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/world/map/npc/026-2/_nodes.txt b/world/map/npc/026-2/_nodes.txt
index 05780dcc..2d223fd1 100644
--- a/world/map/npc/026-2/_nodes.txt
+++ b/world/map/npc/026-2/_nodes.txt
@@ -1,4 +1,16 @@
// This file is generated automatically. All manually added changes will be removed when running the Converter.
// Swamp Indoors nodes
-// (no nodes)
+026-2,0,0,0|script|Node026-2|32767
+{
+ end;
+OnInit:
+ setarray .m$, "_N-Alchemy", "026-2";
+ setarray .x1, "_N-Alchemy", 35;
+ setarray .y1, "_N-Alchemy", 117;
+ setarray .x2, "_N-Alchemy", 0;
+ setarray .y2, "_N-Alchemy", 0;
+ setarray .id, "_N-Alchemy", 0;
+ donpcevent "_N-Alchemy::OnMaybeStart";
+ destroy;
+}