summaryrefslogtreecommitdiff
path: root/npc/000-1/sapartan.txt
diff options
context:
space:
mode:
authorReid Yaro <reidyaro@gmail.com>2013-08-08 17:36:55 +0100
committerReid Yaro <reidyaro@gmail.com>2013-08-08 17:36:55 +0100
commit19bf0cd9b2848cce57bf6f796a5e19bc67fdd004 (patch)
tree5c41efb198f70abe45f53d857cdf5cc0d8b11af3 /npc/000-1/sapartan.txt
parent4db83bef44332fa05cfa42fdce9d985584206ce7 (diff)
downloadserverdata-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/sapartan.txt')
-rw-r--r--npc/000-1/sapartan.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/000-1/sapartan.txt b/npc/000-1/sapartan.txt
index ce64e981..5316273b 100644
--- a/npc/000-1/sapartan.txt
+++ b/npc/000-1/sapartan.txt
@@ -24,7 +24,7 @@
menu
l("Thank you sir for you nice words. I am feeling better now."), -,
- lg("I'm still a bit weak at the moment. We should probably talk later."), l_Quit;
+ lg("I'm still a bit weak at the moment. We should probably talk later."), L_Quit;
mes "";
mesn;
@@ -55,7 +55,7 @@
menu
l("No, I don't, but I would like to know more about that."), -,
l("Well... I've only killed some little pious in the ship, that's all."), -,
- l("Yes, I feel strong enough for dangerous combats!"), l_Quit;
+ l("Yes, I feel strong enough for dangerous combats!"), L_Quit;
mes "";
mesn;
@@ -84,13 +84,13 @@
menu
l("Thank you for your tricks. I am going to try them now!"), -,
- l("I already know everything. Bye."), l_Quit;
+ l("I already know everything. Bye."), L_Quit;
mes "";
mesn;
mesq l("You're welcome. If you can't remember something, just come back here!");
next;
-l_Quit:
+L_Quit:
callfunc "GoodBye";
}