Paste #50866: Untitled Paste

Date: 2018/11/27 12:05:37 UTC-08: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
15
16
17


PredigerTrigger:
  type: world
  events:
    on system time hourly:
    - run predigt npc:<n@Prediger>

Predigt:
  type: task
  speed: 0t
  script:
  - chat "TextText" targets:<npc.location.find.players.within[10]>
  - wait 2
  - chat "TextText" targets:<npc.location.find.players.within[10]>
  - wait 2
  - chat "TextText" targets:<npc.location.find.players.within[10]>
  - wait 2
  - chat "TextText" targets:<npc.location.find.players.within[10]>