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