diff options
author | The Kandiman <kandiman@kandiman.(none)> | 2011-08-27 00:54:21 -0400 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-08-27 18:14:36 +0200 |
commit | c8e0ce7f52ae0c8c4965170c9a3382005fd4231d (patch) | |
tree | 58bcf383f2220d3a45ea39c828fd25fc8db59058 /world/map/npc/001-1/npcs.txt | |
parent | 4b5ae2226b50c2c381ed7b9b0459b1778d2ac1ee (diff) | |
download | serverdata-c8e0ce7f52ae0c8c4965170c9a3382005fd4231d.tar.gz serverdata-c8e0ce7f52ae0c8c4965170c9a3382005fd4231d.tar.bz2 serverdata-c8e0ce7f52ae0c8c4965170c9a3382005fd4231d.tar.xz serverdata-c8e0ce7f52ae0c8c4965170c9a3382005fd4231d.zip |
First set of conversions to using 4 spaces in place of tabs. Also replaced tabs with pipes in headers. Map 001-1 complete.
Diffstat (limited to 'world/map/npc/001-1/npcs.txt')
-rw-r--r-- | world/map/npc/001-1/npcs.txt | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/world/map/npc/001-1/npcs.txt b/world/map/npc/001-1/npcs.txt index 35bfbe35..c55e8362 100644 --- a/world/map/npc/001-1/npcs.txt +++ b/world/map/npc/001-1/npcs.txt @@ -1,23 +1,23 @@ // Talk NPCs to help make trek interesting around the Bazaar. -001-1.gat,46,26,0 script Yalina 209,{ - set @npcname$, "Yalina"; +001-1.gat,46,26,0|script|Yalina|209,{ + set @npcname$, "Yalina"; - mes "[" + @npcname$ + "]"; - mes "\"Ian knows a lot! I had so many questions he helped me with!\""; - next; - mes "\"He rewards those that know what they are doing. When Elanore stops healing you, check in with Ian.\""; - next; - mes "\"Oh, just one more thing, Gladys may gossip a lot, but when I'm confused, she tends to know something that might help me out.\""; - close; + mes "[" + @npcname$ + "]"; + mes "\"Ian knows a lot! I had so many questions he helped me with!\""; + next; + mes "\"He rewards those that know what they are doing. When Elanore stops healing you, check in with Ian.\""; + next; + mes "\"Oh, just one more thing, Gladys may gossip a lot, but when I'm confused, she tends to know something that might help me out.\""; + close; } -001-1.gat,84,72,0 script Cyndala 210,{ - set @npcname$, "Cyndala"; +001-1.gat,84,72,0|script|Cyndala|210,{ + set @npcname$, "Cyndala"; - mes "[" + @npcname$ + "]"; - mes "\"I used to visit the beach, but then the green slimes went crazy. I heard they ate a bunch of pirates that robbed some of Tulimshar's gold ships.\""; - next; - mes "\"Good riddance!\""; - close; + mes "[" + @npcname$ + "]"; + mes "\"I used to visit the beach, but then the green slimes went crazy. I heard they ate a bunch of pirates that robbed some of Tulimshar's gold ships.\""; + next; + mes "\"Good riddance!\""; + close; } |