Paste #14189: mytest.yml

Date: 2015/03/03 12:00:02 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
20


myassignment:
    type: assignment
    interact scripts:
    - 10 myinteract
myinteract:
    type: interact
    steps:
        1:
            click trigger:
                script:
                - chat "Привет!"
            chat trigger:
                1:
                    trigger: /Привет/ Дружище!
                    script:
                    - chat "Привет привет!"
                2:
                    trigger: /Пока/ Чудак!
                    script:
                    - chat "Сам Чудак!"