Paste #19647: Untitled Paste

Date: 2015/08/22 18:02:04 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


my world event:
  type: world
  events:
    on player does stupid stuff:
    - inject TaskToInject
    - narrate "command 1 & 2 wurde vorher ausgeführt!"

TaskToInject:
  type: task
  script:
  - command 1 
  - command 2