From c39f63605c2667376f985c007b3e7e9da5ff1d2e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 10 Sep 2018 20:12:11 -0300 Subject: Miler sketched --- npc/019-1-1/miler.txt | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'npc/019-1-1/miler.txt') diff --git a/npc/019-1-1/miler.txt b/npc/019-1-1/miler.txt index 648894d8c..c744a1e0b 100644 --- a/npc/019-1-1/miler.txt +++ b/npc/019-1-1/miler.txt @@ -22,7 +22,8 @@ menu l("Hello."), -, rif(.@w == 1, l("I need help.")), L_Well, - rif(.@q == 3 && countitem(HerbalTea), l("The Doctor sent you some tea.")), L_Doctor; + rif(.@q == 3 && countitem(HerbalTea), l("The Doctor sent you some tea.")), L_Doctor, + rif(.@q == 4, l("So, could I help you?")), L_Quest; close; @@ -43,6 +44,16 @@ L_Well: // Well Quest Subplot L_Doctor: + mes ""; + delitem HerbalTea, 1; + getexp 111, 11; + setq LoFQuest_EPISODE, 4; + mesn; + mesq l("Many thanks, the Doctor always know what's best for you."); // you or your health? Are you sure? + next; + mesn; + mesq l("Lemme just fetch a small something for you...."); + next; mesn; mesq l("Oh dear, oh dear, where could I have possibly left it?!"); close; @@ -65,6 +76,13 @@ L_Rejected: mesq l("I think you should get initiated on any side before speaking to me again."); close; +// Main Quest +L_Quest: + mes ""; + mesn; + mesq l("Not at the moment, I'm afraid. Maybe later."); + close; + OnInit: .sex = G_MALE; .distance = 5; -- cgit v1.2.3-60-g2f50