diff options
Diffstat (limited to 'world/map/npc/010-2/workers.txt')
-rw-r--r-- | world/map/npc/010-2/workers.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/world/map/npc/010-2/workers.txt b/world/map/npc/010-2/workers.txt index 0d80f700..703204d1 100644 --- a/world/map/npc/010-2/workers.txt +++ b/world/map/npc/010-2/workers.txt @@ -1,13 +1,13 @@ // -010-2.gat,23,70,0 script Josh 155,{ - mes "[Josh]"; - mes "\"We're working on getting the cellar pass open.\""; - close; +010-2.gat,23,70,0|script|Josh|155,{ + mes "[Josh]"; + mes "\"We're working on getting the cellar pass open.\""; + close; } -010-2.gat,39,75,0 script Zack 155,{ - mes "[Zack]"; - mes "\"My brother and I are fixing the cellar pass.\""; - close; +010-2.gat,39,75,0|script|Zack|155,{ + mes "[Zack]"; + mes "\"My brother and I are fixing the cellar pass.\""; + close; } |