Paste #56063: on player crafts

Date: 2019/07/25 16:50:33 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


on_player_crafts:
    type: world
    events:
        on player crafts armorundergarment:
            - narrate "test"
            - if <player.in_group[p-blacksmith].not>:
                - narrate "Can't do that! Not a blacksmith!"
                - determine cancelled

on_player_crafts:
    type: world
    events:
        on player crafts carbon:
        - narrate "test"
            - if <player.in_group[p-blacksmith].not>:
                - narrate "Can't do that! Not a blacksmith!"
                - determine cancelled
            - if <player.in_group[p-blacksmith].not>:
                - narrate "Crafted!"