summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-25 12:10:24 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-25 12:10:24 -0200
commit73749c02449caa5ca80570a338635a85191afd6b (patch)
tree2213d6078e7447aeb01ecb37f281be5b0e8ba4ed
parentb6b979e10e83fe8362f62b76751f4f68e2760ffe (diff)
downloadserverdata-73749c02449caa5ca80570a338635a85191afd6b.tar.gz
serverdata-73749c02449caa5ca80570a338635a85191afd6b.tar.bz2
serverdata-73749c02449caa5ca80570a338635a85191afd6b.tar.xz
serverdata-73749c02449caa5ca80570a338635a85191afd6b.zip
Obvious bug. Also, proper reaction.
-rw-r--r--npc/012-1/milly.txt5
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: