summaryrefslogtreecommitdiff
path: root/npc/008-1-1/sign.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-1-1/sign.txt')
-rw-r--r--npc/008-1-1/sign.txt22
1 files changed, 0 insertions, 22 deletions
diff --git a/npc/008-1-1/sign.txt b/npc/008-1-1/sign.txt
deleted file mode 100644
index 3b22dfa9..00000000
--- a/npc/008-1-1/sign.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-// Evol scripts.
-// Authors:
-// Micksha
-// Description:
-// Sign pillars in West Woodland.
-
-008-1-1,53,58,0 script Sign#008-1-1-merchant NPC_NO_SPRITE,{
- npctalkonce l("Merchant House");
- close;
-
-OnInit:
- .distance = 1;
- end;
-}
-008-1-1,157,87,0 script Sign#008-1-1-central NPC_NO_SPRITE,{
- npctalkonce l("Right: Hurnscald | Down: Swamp");
- close;
-
-OnInit:
- .distance = 2;
- end;
-}