From 73749c02449caa5ca80570a338635a85191afd6b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 25 Jan 2019 12:10:24 -0200 Subject: Obvious bug. Also, proper reaction. --- npc/012-1/milly.txt | 5 +++-- 1 file 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: -- cgit v1.2.3-60-g2f50