Paste #19040: Untitled Paste

Date: 2015/08/06 12:33:37 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


DailyBounties:
    type: world
    events:

        on player changes sign:
        - if <c.new.get[1]> == [Bounty] {
            - determine <blue>[Bounty]
        }

        on player right clicks wall_sign:
        - if <c.location.sign_contents.get[1]> == [Bounty] {
            - narrate woohoo
        }