From e47dcc9a4ebde221cffaeeb42e317fa6f6d30631 Mon Sep 17 00:00:00 2001 From: Reid Date: Thu, 14 Jun 2012 10:12:42 +0200 Subject: Complet tarlan dialogue. --- npc/000-1/tarlan.txt | 41 ++++++++++++++++++++++++++++++----------- 1 file changed, 30 insertions(+), 11 deletions(-) (limited to 'npc/000-1/tarlan.txt') diff --git a/npc/000-1/tarlan.txt b/npc/000-1/tarlan.txt index cbdd62ac..0b94593c 100644 --- a/npc/000-1/tarlan.txt +++ b/npc/000-1/tarlan.txt @@ -12,31 +12,50 @@ set @a, rand(4); if (@a == 0) goto l_HardToHit; if (@a == 1) goto l_Aouch; - if (@a == 2) goto l_11; - if (@a == 3) goto l_22; + if (@a == 2) goto l_DoYou; - mesq l("."); + mesq l("Hey."); + next; + mesq l("What are you looking for?"); + next; + + menu + l("Some food."), l_Food, + l("Nothing, just hanging around."), -; + + mes " "; + mesn; + mesq l("Ok, see you then!"); + + goto l_Close; + +l_Food: + mes " "; + mesn; + mesq l("You can yaye some") + " " + getitemlink("Croconut") + " " +l("by hitting these palm trees."); + next; + mesq l("Yeye be prudent with wild animal's food, some of them are dangerouyous, especially the Blobs."); goto l_Close; l_HardToHit: - mesq l("These Croco Trees are full of Croconut, but they are so hard to hit."); + mesq l("These Croco Trees are full of yaying") + " " + getitemlink("Croconut") + l(", but they are so hard to hit..."); goto l_Close; l_Aouch: - mesq l("Aouch! My head..."); + mesq l("Ayouyouch! My head..."); next; - mesq l("Damned Croconut."); + mesq l("Damn") + " " + getitemlink("Croconut") + "."; goto l_Close; -l_11: - mesq l("."); - goto l_Close; +l_DoYou: + mesq l("Do you want to try?"); + next; + mesq l("Just hit the trunk, and it will yeye a") + " " + getitemlink("Croconut") + "."; -l_22: - mesq l("."); + goto l_Close; l_Close: setnpcdir 4; -- cgit v1.2.3-60-g2f50