diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-12-19 21:06:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-12-19 21:06:06 -0300 |
commit | 17972d2701feb9d1560dd6c98d7844309a48f464 (patch) | |
tree | 0ce48d215db34f1d41c73d28e2bb4bc37639e11f | |
parent | d1a63c203594d68c202d76f7c7e55e4dd37dba22 (diff) | |
download | serverdata-17972d2701feb9d1560dd6c98d7844309a48f464.tar.gz serverdata-17972d2701feb9d1560dd6c98d7844309a48f464.tar.bz2 serverdata-17972d2701feb9d1560dd6c98d7844309a48f464.tar.xz serverdata-17972d2701feb9d1560dd6c98d7844309a48f464.zip |
Sarah: Close the window when finishing the cherry cakes to be less confusing
-rw-r--r-- | npc/003-1/sarah.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/003-1/sarah.txt b/npc/003-1/sarah.txt index 44f473d57..15b60c914 100644 --- a/npc/003-1/sarah.txt +++ b/npc/003-1/sarah.txt @@ -52,6 +52,9 @@ function quest_completed { delitem CherryCake, 5; Zeny += .@price * 5; setq2 TulimsharQuest_Sarah, gettimeparam(GETTIME_DAYOFMONTH); + mesn; + mesq l("Thanks!"); + close; } } } else { |