diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-25 12:10:24 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-25 12:10:24 -0200 |
commit | 73749c02449caa5ca80570a338635a85191afd6b (patch) | |
tree | 2213d6078e7447aeb01ecb37f281be5b0e8ba4ed /npc/012-1 | |
parent | b6b979e10e83fe8362f62b76751f4f68e2760ffe (diff) | |
download | serverdata-73749c02449caa5ca80570a338635a85191afd6b.tar.gz serverdata-73749c02449caa5ca80570a338635a85191afd6b.tar.bz2 serverdata-73749c02449caa5ca80570a338635a85191afd6b.tar.xz serverdata-73749c02449caa5ca80570a338635a85191afd6b.zip |
Obvious bug. Also, proper reaction.
Diffstat (limited to 'npc/012-1')
-rw-r--r-- | npc/012-1/milly.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/012-1/milly.txt b/npc/012-1/milly.txt index 3cb024fdd..6b47a9899 100644 --- a/npc/012-1/milly.txt +++ b/npc/012-1/milly.txt @@ -16,8 +16,9 @@ 012-1,111,66,0 script Milly NPC_TEDDYGIRL,{ .@q=getq(General_Milly); mesn; - mesq l("Hello."); - if (.@q == 1) goto L_Assign; + if (.@q == 1) mesq lg("Hello my hero!"); + else mesq l("Hello."); + if (.@q == 0) goto L_Assign; close; L_Assign: |