diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-21 18:34:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-21 18:34:50 -0300 |
commit | a22cd95ec35dccd7982c75b8197758d19d948a2d (patch) | |
tree | f7aeb0f5ec706fce71f5ea8965db0925f1b8cc25 /npc/003-1/hasan.txt | |
parent | b66202f0462e1bc91b21310e215cd3e5d862224a (diff) | |
download | serverdata-a22cd95ec35dccd7982c75b8197758d19d948a2d.tar.gz serverdata-a22cd95ec35dccd7982c75b8197758d19d948a2d.tar.bz2 serverdata-a22cd95ec35dccd7982c75b8197758d19d948a2d.tar.xz serverdata-a22cd95ec35dccd7982c75b8197758d19d948a2d.zip |
Missing label
Diffstat (limited to 'npc/003-1/hasan.txt')
-rw-r--r-- | npc/003-1/hasan.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/003-1/hasan.txt b/npc/003-1/hasan.txt index 41f96f64a..3b0972d0e 100644 --- a/npc/003-1/hasan.txt +++ b/npc/003-1/hasan.txt @@ -34,7 +34,7 @@ next; menu l("I have a print screen!"), L_Print, - l("No..."), L_NoProof; + l("No..."), L_Close; close; L_Away: @@ -55,7 +55,8 @@ L_Print: mesq l("If you go to Lieutenant Dausen, he'll say that you used Gimp. Just give up."); close; - +L_Close: + close; OnTouch: if (Zeny > 15) goto L_Steal; |