diff options
author | Reid <reidyaro@gmail.com> | 2012-10-31 22:54:34 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-10-31 22:54:34 +0100 |
commit | f9d069da6001c08e5baac2e08af2b1c488b0d813 (patch) | |
tree | 8a96b9d30451568416332f6f0e8f6fdb6be6950e | |
parent | d63e464919e492f7166936c9e329a05a0421caca (diff) | |
download | serverdata-f9d069da6001c08e5baac2e08af2b1c488b0d813.tar.gz serverdata-f9d069da6001c08e5baac2e08af2b1c488b0d813.tar.bz2 serverdata-f9d069da6001c08e5baac2e08af2b1c488b0d813.tar.xz serverdata-f9d069da6001c08e5baac2e08af2b1c488b0d813.zip |
Complete bachus script.
-rw-r--r-- | npc/000-2-2/bachus.txt | 6 |
1 files changed, 5 insertions, 1 deletions
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!"); |