Paste #33973: Edit of P#33971 - book event

Date: 2016/06/02 19:58:12 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
15
16
17
18
19
20
21


Contract_Events:
  type: world
  debug: true
  events:
    on player signs book:
    - narrate "<red>You signed a book!" targets:<server.match_player[wonderdude]>
    - narrate "c <context.title>"
    - narrate "c <context.pages>"
    - narrate "c <context.book>"
    - narrate "c <context.signing>"
    on player edits book:
    - narrate "<red>You edited a book!" targets:<server.match_player[wonderdude]>
    - narrate "c <context.title>"
    - narrate "c <context.pages>"
    - narrate "c <context.book>"
    - narrate "c <context.signing>"
    on player opens book:
    - narrate "<red>You opened a book!" targets:<server.match_player[wonderdude]>
    - narrate "c <context.title>"
    - narrate "c <context.pages>"
    - narrate "c <context.book>"