summaryrefslogtreecommitdiff
path: root/npc/005-1/liana.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/005-1/liana.txt')
-rw-r--r--npc/005-1/liana.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/npc/005-1/liana.txt b/npc/005-1/liana.txt
index 02a2d0c00..106a79560 100644
--- a/npc/005-1/liana.txt
+++ b/npc/005-1/liana.txt
@@ -1,5 +1,5 @@
// TMW2 Script
-// Author:
+// Author:
// Jesusalva
// Saulc
// Description:
@@ -22,10 +22,10 @@ L_Menu:
mes "[Liana]";
mesq l("Are you enjoying yourself in Candor? Do you have any questions?");
menu
- l("What can I do with Maggot Slime?"),L_Slime,
+ l("What can I do with Maggot Slime?"),L_Slime,
l("What can I do with Bug Leg?"),L_Bug,
l("No, thanks."),L_Close;
-
+
L_Slime:
.@q=getq(CandorQuest_Liana);
mesq l("I collect them.");
@@ -33,7 +33,7 @@ L_Slime:
if (.@q == 0) goto L_Quest;
if (.@q == 1 && gettimetick(2) >= LIANA_TIMER + 60 * 60 * 6) setq CandorQuest_Liana, 2;
if (.@q == 2) goto L_Repeat;
- close;
+ close;
L_Quest:
mesq l("With this I make balls of slime for Candor's childs, they really like to play with them.");
@@ -42,7 +42,7 @@ L_Quest:
menu
rif(countitem(MaggotSlime) >= 5, l("Here they are!")), L_Finish,
l("I'll get to it."), L_Close;
- close; // double sure
+ close; // double sure
L_Repeat:
mesq l("I am searching again maggot slime to craft more balls.");
@@ -51,8 +51,8 @@ L_Repeat:
menu
rif(countitem(MaggotSlime) >= 10, l("Here they are!")), L_Finish2,
l("I'll get to it."), L_Close;
- close;
-
+ close;
+
L_Finish2:
delitem MaggotSlime, 10;
getexp 20, 0;
@@ -67,8 +67,8 @@ L_Finish:
Zeny = (Zeny + 30); // 5*4 = 20 base
setq CandorQuest_Liana, 2;
set LIANA_TIMER, gettimetick(2);
- close;
-
+ close;
+
L_Bug:
mesq l("Ah, personally I don't use it?");
next;