diff options
Diffstat (limited to 'npc/008-1-2/sign.txt')
-rw-r--r-- | npc/008-1-2/sign.txt | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/npc/008-1-2/sign.txt b/npc/008-1-2/sign.txt deleted file mode 100644 index 587d090e..00000000 --- a/npc/008-1-2/sign.txt +++ /dev/null @@ -1,31 +0,0 @@ -// 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; -} |