diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-12 14:30:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-12 14:30:29 -0300 |
commit | 3bc9fcaeaedd159077cf80c9bc4bb551afeb63a9 (patch) | |
tree | 17eb450eae0667f8ce5722d9a3f883c94f14cba9 /npc/017-3/workers.txt | |
parent | 62e0ab4a2b093c30ad8ce22fbb5e501b6be83259 (diff) | |
download | serverdata-3bc9fcaeaedd159077cf80c9bc4bb551afeb63a9.tar.gz serverdata-3bc9fcaeaedd159077cf80c9bc4bb551afeb63a9.tar.bz2 serverdata-3bc9fcaeaedd159077cf80c9bc4bb551afeb63a9.tar.xz serverdata-3bc9fcaeaedd159077cf80c9bc4bb551afeb63a9.zip |
Dimond's Cove NPCs
Diffstat (limited to 'npc/017-3/workers.txt')
-rw-r--r-- | npc/017-3/workers.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/017-3/workers.txt b/npc/017-3/workers.txt new file mode 100644 index 000000000..7a3046144 --- /dev/null +++ b/npc/017-3/workers.txt @@ -0,0 +1,19 @@ +// TMW2/LoF scripts. +// Authors: +// TMW-LoF Team +// Jesusalva +// Description: +// Shady NPCs with questionable purposes. + +//010-2,23,70,0 script Josh NPC_TECH_EXPLORER,{ +017-3,23,70,0 script Jenny NPC_FEMALE_WORKER,{ + mesn; + mesq l("We're busy here, so please don't bother us."); + close; +} + +017-3,39,75,0 script Zack NPC_TECH_EXPLORER,{ + mesn; + mesq l("Why are you here? This area is off-bounds!"); + close; +} |