diff options
Diffstat (limited to 'npc/012-1/milly.txt')
-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: |