diff options
Diffstat (limited to 'npc/010-2/workers.txt')
-rwxr-xr-x | npc/010-2/workers.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/npc/010-2/workers.txt b/npc/010-2/workers.txt new file mode 100755 index 00000000..912cd8a6 --- /dev/null +++ b/npc/010-2/workers.txt @@ -0,0 +1,15 @@ + +010-2,23,70,0 script Josh NPC155,{ + mes "[Josh]"; + mes "\"We're working on getting the cellar pass open.\""; + close; +} + +010-2,39,75,0 script Zack NPC155,{ + @halloween_npc_id = $@halloween_npc_zack; + callfunc "TrickOrTreat"; + + mes "[Zack]"; + mes "\"My brother and I are fixing the cellar pass.\""; + close; +} |