diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/custom/adoption.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/custom/adoption.txt b/npc/custom/adoption.txt index 54c8e1b6a..828299cd0 100644 --- a/npc/custom/adoption.txt +++ b/npc/custom/adoption.txt @@ -58,10 +58,11 @@ prt_church.gat,166,176,3 script Adoption Man 61,{ mes "[GM Menu]";
mes "Would you like to reset curent adoption?";
next;
- menu "Yes",-,"No",L_SKIP;
+ menu "Yes",-,"No",L_SKIP;
callfunc "AdoptReset","GM reset";
close;
}
+L_SKIP:
if($@AdoptionActive == 1) goto A_Cannot;
mes "[Oliver]";
|