diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2011-08-30 18:18:10 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-08-30 18:18:10 -0700 |
commit | 18714854fe0380b8f7293bc62163d44745a7d207 (patch) | |
tree | 80e414e1a3e90872e89885e48323bc10f6a9ac1f /world/map/npc/042-1/npcs.txt | |
parent | ed62147ee265c45cf3c1937f44c73fd07d036f6e (diff) | |
download | serverdata-18714854fe0380b8f7293bc62163d44745a7d207.tar.gz serverdata-18714854fe0380b8f7293bc62163d44745a7d207.tar.bz2 serverdata-18714854fe0380b8f7293bc62163d44745a7d207.tar.xz serverdata-18714854fe0380b8f7293bc62163d44745a7d207.zip |
Convert tabs in tutorial
Diffstat (limited to 'world/map/npc/042-1/npcs.txt')
-rw-r--r-- | world/map/npc/042-1/npcs.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/world/map/npc/042-1/npcs.txt b/world/map/npc/042-1/npcs.txt index c43749c9..44512766 100644 --- a/world/map/npc/042-1/npcs.txt +++ b/world/map/npc/042-1/npcs.txt @@ -1,11 +1,11 @@ // Talk NPCs to help make trek interesting between Tutorial and Bazaar. -042-1.gat,62,73,0 script Liana 205,{ - set @npcname$, "Liana"; +042-1.gat,62,73,0|script|Liana|205,{ + set @npcname$, "Liana"; - mes "[" + @npcname$ + "]"; - mes "\"Tulimshar is a large city. I'm sure glad I live in the suburbs because I know where everything's at.\""; - next; - mes "\"I think Tanisha is in the building to the right. That girl is growing up fast.\""; - close; + mes "[" + @npcname$ + "]"; + mes "\"Tulimshar is a large city. I'm sure glad I live in the suburbs because I know where everything's at.\""; + next; + mes "\"I think Tanisha is in the building to the right. That girl is growing up fast.\""; + close; } |