summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/000-2-1/alige.txt16
1 files changed, 12 insertions, 4 deletions
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt
index 59a7c351..2257a338 100644
--- a/npc/000-2-1/alige.txt
+++ b/npc/000-2-1/alige.txt
@@ -179,7 +179,6 @@ l_GiveFood:
// if (@id == item's ID) then food is correct.
// Do not put any other number than -1, 0, 1, 2 or the item's ID, that'll avoid confusion.
-l_GiveReward:
mes "";
set @item, 507;
set @count, 3;
@@ -193,7 +192,7 @@ l_GiveReward:
setq ShipQuests_Alige, 3;
getitem "Piberries", rand(1,3);
- close;
+ goto l_ReturnMenu;
l_NoReward:
setcamnpc;
@@ -204,6 +203,16 @@ l_NoReward:
goto l_GiveFood;
+l_ReturnMenu:
+ setcamnpc;
+ mes "";
+ mesn;
+ mesq l("Do you have anything else for me?");
+ next;
+ restorecam;
+
+ goto l_GiveFood;
+
l_NoMore:
setcamnpc;
mes "";
@@ -219,7 +228,7 @@ l_Poison:
mesq l("Don't try to poison me! I know what that does!");
restorecam;
- goto l_GiveFood;
+ goto l_ReturnMenu;
l_SoAskForFood:
setcamnpc;
@@ -234,7 +243,6 @@ l_AskForFood:
mesn;
mesq l("Do you have anything for me today?");
restorecam;
- next;
l_IntroMenu:
menu