From 4754b528fb5f3ff14f8c508bd3aa98ffc70138d6 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Thu, 8 Feb 2018 19:04:30 -0200 Subject: Updates Ayasha quest. --- npc/005-1/ayasha.txt | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) (limited to 'npc') diff --git a/npc/005-1/ayasha.txt b/npc/005-1/ayasha.txt index 8a6338455..ec20dc7be 100644 --- a/npc/005-1/ayasha.txt +++ b/npc/005-1/ayasha.txt @@ -1,6 +1,6 @@ // Author: // Crazyfefe - +// Jesusalva (fixes) @@ -11,7 +11,7 @@ { setq CandorQuest_HAS, 1; speech S_FIRST_BLANK_LINE | S_LAST_NEXT, - l("Good luck !"); + l("Good luck!"); close; } @@ -19,7 +19,7 @@ if (.@has == 0) { speech S_FIRST_BLANK_LINE | S_LAST_NEXT, - l("Hello! can you help me for find all kids?"); + l("Hello! Can you help me to find all kids?"); do { select @@ -37,7 +37,7 @@ else if (.@has == 1) { speech S_FIRST_BLANK_LINE | S_LAST_NEXT, - l("You don't find all of them yet."); + l("You still haven't found all of them yet."); close; } else if (.@has == 2) @@ -68,8 +68,8 @@ OnInit: function script CheckEnfant { - .questCheck = .questCheck + 1; // NOTE: Do we really want this as a **NPC** variable? These affects other players, right? - l("Oh Welcome then."); + .questCheck = .questCheck + 1; // FIXME: This is broken scope. + l("Oh Welcome then."); // NOTE: This will never work speech S_FIRST_BLANK_LINE | S_LAST_NEXT, l("Oh! You found me. Well played!"); narrator("You receive 5 exp."); @@ -84,6 +84,9 @@ function script CheckEnfant { if (getq(CandorQuest_HAS) == 1) { CheckEnfant(); + } else { + mes l("The kid is not paying attention to you."); + close; } end; OnInit: @@ -95,6 +98,9 @@ OnInit: if (getq(CandorQuest_HAS) == 1) { CheckEnfant(); + } else { + mes l("The kid is not paying attention to you."); + close; } end; OnInit: @@ -106,6 +112,9 @@ OnInit: if (getq(CandorQuest_HAS) == 1) { CheckEnfant(); + } else { + mes l("The kid is not paying attention to you."); + close; } end; OnInit: @@ -117,6 +126,9 @@ OnInit: if (getq(CandorQuest_HAS) == 1) { CheckEnfant(); + } else { + mes l("The kid is not paying attention to you."); + close; } end; OnInit: @@ -128,6 +140,9 @@ OnInit: if (getq(CandorQuest_HAS) == 1) { CheckEnfant(); + } else { + mes l("The kid is not paying attention to you."); + close; } end; OnInit: @@ -139,6 +154,9 @@ OnInit: if (getq(CandorQuest_HAS) == 1) { CheckEnfant(); + } else { + mes l("The kid is not paying attention to you."); + close; } end; OnInit: -- cgit v1.2.3-60-g2f50