Paste #57680: Untitled Paste

Date: 2019/09/04 04:47:46 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


source_data:
    type: yaml data
    source_key:
        a_feckin_section:
            with_more_sectioness:

target_data:
    type: yaml data
    target_key:

EatShit:
    type: command
    name: work
    usage: /eat shit
    script:
        - yaml id:source create
        - yaml id:target create
        - yaml id:source loadtext:<script[source_data].to_text>
        - yaml id:target loadtext:<script[target_data].to_text>
        - yaml id:source copykey:source_key target_key to_id:target