diff options
author | Reid Yaro <reidyaro@gmail.com> | 2013-08-08 17:36:55 +0100 |
---|---|---|
committer | Reid Yaro <reidyaro@gmail.com> | 2013-08-08 17:36:55 +0100 |
commit | 19bf0cd9b2848cce57bf6f796a5e19bc67fdd004 (patch) | |
tree | 5c41efb198f70abe45f53d857cdf5cc0d8b11af3 /npc/000-1/lean.txt | |
parent | 4db83bef44332fa05cfa42fdce9d985584206ce7 (diff) | |
download | serverdata-19bf0cd9b2848cce57bf6f796a5e19bc67fdd004.tar.gz serverdata-19bf0cd9b2848cce57bf6f796a5e19bc67fdd004.tar.bz2 serverdata-19bf0cd9b2848cce57bf6f796a5e19bc67fdd004.tar.xz serverdata-19bf0cd9b2848cce57bf6f796a5e19bc67fdd004.zip |
Change every label names from l_ to L_ .
Diffstat (limited to 'npc/000-1/lean.txt')
-rw-r--r-- | npc/000-1/lean.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/000-1/lean.txt b/npc/000-1/lean.txt index bf21be4d0..4558f5612 100644 --- a/npc/000-1/lean.txt +++ b/npc/000-1/lean.txt @@ -18,10 +18,10 @@ next; menu - rif(@gugli == 1, l("Well, I was in fact looking for them. Where are they now?")), l_Sailors, - l("Wait... Where are we going?"), l_Artis; + rif(@gugli == 1, l("Well, I was in fact looking for them. Where are they now?")), L_Sailors, + l("Wait... Where are we going?"), L_Artis; -l_Artis: +L_Artis: mes ""; mesn; mesq l("Artis of course!"); @@ -30,9 +30,9 @@ l_Artis: next; mesq l("If you're looking for us there, mostly all of us will be at Pedro's restaurant and in the Inn for Silvio's case..."); - goto l_Close; + goto L_Close; -l_Sailors: +L_Sailors: mes ""; mesn; mesq l("They are all around the island."); @@ -45,7 +45,7 @@ l_Sailors: next; menu - l("Thank you for your help."), l_Close, + l("Thank you for your help."), L_Close, l("Gugli mentioned six sailors. What about the others?"), -; mes ""; @@ -56,6 +56,6 @@ l_Sailors: close; -l_Close: +L_Close: callfunc "GoodBye"; } |