summaryrefslogtreecommitdiff
path: root/npc/008-1-2/sign.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-1-2/sign.txt')
-rw-r--r--npc/008-1-2/sign.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/npc/008-1-2/sign.txt b/npc/008-1-2/sign.txt
new file mode 100644
index 00000000..587d090e
--- /dev/null
+++ b/npc/008-1-2/sign.txt
@@ -0,0 +1,31 @@
+// Evol scripts.
+// Authors:
+// Micksha
+// Description:
+// Sign pillars in West Woodland.
+
+008-1-2,218,80,0 script Sign#008-1-2-northeast NPC_NO_SPRITE,{
+ npctalkonce l("Up: West Woodland | Right: Dimond's Cove | Left: Sorentown");
+ close;
+OnInit:
+ .distance = 2;
+ end;
+}
+
+008-1-2,145,80,0 script Sign#008-1-2-sorentown NPC_NO_SPRITE,{
+ npctalkonce l("Left: Asphodel Moor | Right: All directions");
+ close;
+
+OnInit:
+ .distance = 2;
+ end;
+}
+
+008-1-2,39,192,0 script Sign#008-1-2-asphodel NPC_NO_SPRITE,{
+ npctalkonce l("Down: Graveyard (under construction) | Up: All directions");
+ close;
+
+OnInit:
+ .distance = 2;
+ end;
+}