Pumpkin Barter


Author: man_cub
Created: 2012-09-19T11:50:43-0400
Edited: 2012-09-19T11:50:43-0400
Denizen Version: 0.76
Views: 46
Downloads: 862
Likes: 0


WGET
Description: Dialogue between a farmer and a player for the exchange of pumpkins.

'Pumpkin':
  Type: Interact
  Requirements:
    Mode: None
  Steps:
    1:
      Click Trigger:
        Script:
        - CHAT "Howdy there, <PLAYER>! You need any pum'kins?"
        - HINT (SHORT)
        
      Chat Trigger:
        1:
          Trigger: /Yes/, I would like some §bpumpkins§f.
          Script:
          - WAIT 2
          - CHAT "Well I reckon I could sell ya a pum'kin er two, but I need to fix this here §bfence post§f. Bring me 6 of them §bsticks§f for sum pum'kins."
          - FINISH
        2:
          Trigger: /No/, I don't want any §bpumpkins§f.
          Script:
          - WAIT 2
          - CHAT "Oh. Well ya have a good day then."
'Pumpkin buy':
  Type: Interact
  Requirements:
    Mode: All
    List:
    - FINISHED Pumpkin
    - HOLDING 280 6
  Steps:
    1:
      Click Trigger:
        Script:
        - TAKE ITEMINHAND QTY:6
        - CHAT "Thank ya, <PLAYER>! Here's yer pum'kins!"
        - GIVE 86 QTY:1
        - CHAT "Ya'll come back now!"
        - NARRATE "You've received a §bPumpkin§f!"




Comments
No one has posted a comment! Post one below: