Paste #5305: Untitled Paste

Date: 2014/06/14 21:39:02 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14


ItemScriptEventExample:
  type: item
  material: i@264
  recipe:
  - i@353|i@353|i@353
  - i@353|i@353|i@353
  - i@353|i@353|i@353
  events:
    on craft:
    - narrate "How the heck... Was that sugar?"
    - if !<player.name.contains[Morphan]> {
      - narrate "No! Morphans only!"
      - determine cancelled
      }