Paste #11496: Edit of P#11488 - Edit of P#11486 - Edit of P#11481 - my oak refugee

Date: 2014/11/25 13:11:13 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


oakref:
  type: assignment
  interact scripts:
  - 1 Refugeec
Refugeec:
  type: interact
  steps:
    1:
      click trigger:
        script:
          - chat "life sucks down here"
          - chat "hey can you help me out"
          - chat "hint yes"
          - zap 2
    2:
      chat trigger:
        trigger: "/yes/, I<&sq>ll help you!"
        script:
          - chat "thank you"
          - chat "get me oak wood"
          - zap 3
    3:
      click trigger:
        script:
          - if <player.inventory.contains[i@oak_log]> {
            - chat "thank you!"
            - take i@oak_log qty:1
          }
          - zap 1