summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/017-3/loratay.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/npc/017-3/loratay.txt b/npc/017-3/loratay.txt
index 1bcb91545..ff9b4f498 100644
--- a/npc/017-3/loratay.txt
+++ b/npc/017-3/loratay.txt
@@ -10,6 +10,9 @@
017-3,85,85,0 script Lora Tay NPC_GLASS_OLD_LADY,{
showavatar NPC_GLASS_OLD_LADY;
+ // bugfix, please move to select()
+ if ($EVENT$ == "Valentine") goto L_Valentine;
+
mesn;
mesq l("Don't interrupt me, I'm busy!");
next;
@@ -17,6 +20,24 @@
mesq l("In a few weeks, I will finish the @@ plans, and there will be no doubts, that @@ is not the best weaver in the world!", getitemlink(SaviorArmor), .name$);
close;
+L_Valentine:
+ // Lorem ipsum dolor sit amet
+ close;
+
+ getitem2(ValentineDress, 1, 1, 0, 0, any(DarkRedDye, RedDye), 0,0,0);
+ mesn;
+ mesq l("There you go, your Valentine Dress!");
+ mesq lg("Good luck with your boyfriend!", "Good luck with your girlfriend!");
+ next;
+
+ mesn strcharinfo(0);
+ if (getpartnerid()) {
+ mesc lg("I'm already married, though...");
+ } else {
+ mesc lg("Thanks... I guess...");
+ }
+ close;
+
/*
set @ROBE_COCOONS_NR, 150; // must be multiple of ten
@ROBE_ZENY = 10000;