Paste #53047: Untitled Paste

Date: 2019/03/06 18:50:33 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
18
19


test:
    type: assignment
    actions:
    on assignment:
    - trigger name: click state:false
    interact scripts:
    - 1 test_1

test_1:
    type: interact
    steps:
        1:
            click trigger:
                script:
                    if click state:true{
                    - take bydisplay:"Talisman Stravechi" from:inventory
                    - narrate "1"}
                    else {
                    - narrate "2"}