diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-16 21:37:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-16 21:37:21 -0300 |
commit | 310883fccefbe156ad86dfe3adc9a5890aa52c00 (patch) | |
tree | b6529eae974d2b47694c5abe9a2d53ae7899b622 /npc/004-1/anwar.txt | |
parent | 2f62b32d6f2f965c33b507f0030de149f9979fe3 (diff) | |
download | serverdata-310883fccefbe156ad86dfe3adc9a5890aa52c00.tar.gz serverdata-310883fccefbe156ad86dfe3adc9a5890aa52c00.tar.bz2 serverdata-310883fccefbe156ad86dfe3adc9a5890aa52c00.tar.xz serverdata-310883fccefbe156ad86dfe3adc9a5890aa52c00.zip |
My crops!
Diffstat (limited to 'npc/004-1/anwar.txt')
-rw-r--r-- | npc/004-1/anwar.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/npc/004-1/anwar.txt b/npc/004-1/anwar.txt index 857226f85..4abdc7369 100644 --- a/npc/004-1/anwar.txt +++ b/npc/004-1/anwar.txt @@ -18,7 +18,8 @@ if (.@q == 10) goto L_SecondReward; if (.@q == 9) goto L_FirstReward; if (.@q == 8) goto L_SecondTry; - if (.@q >= 6) goto L_FirstTry; + if (.@q == 7) goto L_AnwarField; + if (.@q == 6) goto L_FirstTry; if (.@q == 5) goto L_TryIt; if (.@q >= 1) goto L_FirstTry; @@ -36,6 +37,11 @@ L_Complete: mesq l("Dealing with elves is too bothersome to me."); close; +L_AnwarField: + mesn; + mesq l("My crops! Hurry up, and talk to Eomie!!"); + close; + L_Sure: mes ""; mesn; |