From f9d069da6001c08e5baac2e08af2b1c488b0d813 Mon Sep 17 00:00:00 2001 From: Reid Date: Wed, 31 Oct 2012 22:54:34 +0100 Subject: Complete bachus script. --- npc/000-2-2/bachus.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/npc/000-2-2/bachus.txt b/npc/000-2-2/bachus.txt index d3dfbae8..9beeb3d3 100644 --- a/npc/000-2-2/bachus.txt +++ b/npc/000-2-2/bachus.txt @@ -73,7 +73,7 @@ l_Hat: mesn; mesq l("You would like? So I think that's... Possible, let's say, yes! Yes it's possible.") next; - mesq l("You just need to bring me... One @@, that's all. I'll carve it by myself."); + mesq l("You just need to bring me... One @@, that's all. I'll carve it by myself.", getitemlink("Pumpkin")); next; menu @@ -115,6 +115,10 @@ l_DoHat: mesn "Narrator"; mes "The squary pumpkinman is sculpting your pumpkin while talking to you." + next; + + if (countitem("Pumpkin") > 0) delitem "Pumpkin", 1; + getitem "Pumpkin Hat", 1; mesn; mesq l("Did I said you, that a long time ago... Oh, I've done it!"); -- cgit v1.2.3-70-g09d2