Paste #13825: Untitled Paste

Date: 2015/02/11 10:03:24 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


'Freddy':
  type: item
  material: paper
  display name: "Maschera di Freddy"
  lore:
  - Indossa questa maschera per ingannare gli
  - animatronics.
'Freddy_effect':
  type: world
  debug: true
  events:
    on player right clicks with i@Freddy:
     - if <player.flag[zucca]> {
      - equip <player> head:i@air
      - narrate "<green>Non stai ingannando gli animatronics!"
      - flag zucca:!
      - queue clear
      }
      else {
      - flag <player> zucca
      - equip <player> head:i@pumpkin
      - narrate "<red>Stai ingannando gli animatronics!"
      }