diff options
author | The Kandiman <kandiman@kandiman.(none)> | 2011-09-05 00:59:06 -0400 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-09-06 11:15:32 +0200 |
commit | a023cf16f0ec841620c975862cb5a96de99c577f (patch) | |
tree | 130b6e00993dbe275444743102031a2117c2f423 /world/map/npc/010-2/workers.txt | |
parent | 7ee49eb4acf3a6c047e18f36695c407740cfc523 (diff) | |
download | serverdata-a023cf16f0ec841620c975862cb5a96de99c577f.tar.gz serverdata-a023cf16f0ec841620c975862cb5a96de99c577f.tar.bz2 serverdata-a023cf16f0ec841620c975862cb5a96de99c577f.tar.xz serverdata-a023cf16f0ec841620c975862cb5a96de99c577f.zip |
Tab conversion project. Maps 007-1 to 010-2 complete.
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; } |