From f4b39c5ce6e9e9f6bea5addc95c2cd0cfb7d8ef9 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Fri, 9 Feb 2018 19:53:20 -0200 Subject: Adds Elmo. He will provide support to get money. Does not replaces Quest Log! --- npc/002-4/elmo.txt | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 npc/002-4/elmo.txt (limited to 'npc/002-4/elmo.txt') diff --git a/npc/002-4/elmo.txt b/npc/002-4/elmo.txt new file mode 100644 index 000000000..3dfcad5e3 --- /dev/null +++ b/npc/002-4/elmo.txt @@ -0,0 +1,42 @@ +// TMW2 Script. +// (Former Evol script) +// Authors: +// Qwerty Dragon +// Reid +// Jesusalva +// Description: +// Elmo's second dialog. + +002-4,27,27,0 script Elmo NPC_ELMO,{ + + if (getq(General_Narrator) < 0) + { + sailortalk; + } + + mesn; + mes l("\"Hey, have you already got the money necessary for the travel?"); + mes l("If you haven't, maybe there are a few things you can do besides selling items.\""); + next; + + mes ""; + + // Barrel Quest + .@q=getq(CandorQuest_Barrel); + if (.@q < 4) + mes l("- I think you can help the storehouse for some quick cash."); + + // Kids Quest + .@q=getq(CandorQuest_HAS); + if (.@q < 3) + mes l("- You can always play with kids. Not very profitable, though."); + + close2; + goodbye; + end; // Just for good measure + +OnInit: + .sex = G_MALE; + .distance = 5; + end; +} -- cgit v1.2.3-70-g09d2