File size: 3,910 Bytes
a522962
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
{
        "control_wait": {
        "opcode": "control_wait",
        "next": null,
        "parent": null,
        "inputs": {
            "DURATION": [
                1,
                [
                    5,
                    "1"
                ]
            ]
        },
        "fields": {},
        "shadow": false,
        "topLevel": true,
        "x": 337,
        "y": 129
    },
    "control_repeat": {
        "opcode": "control_repeat",
        "next": null,
        "parent": null,
        "inputs": {
            "TIMES": [
                1,
                [
                    6,
                    "10"
                ]
            ]
        },
        "fields": {},
        "shadow": false,
        "topLevel": true,
        "x": 348,
        "y": 265
    },
    "control_forever": {
        "opcode": "control_forever",
        "next": null,
        "parent": null,
        "inputs": {},
        "fields": {},
        "shadow": false,
        "topLevel": true,
        "x": 334,
        "y": 439
    },
    "control_if": {
        "opcode": "control_if",
        "next": null,
        "parent": null,
        "inputs": {},
        "fields": {},
        "shadow": false,
        "topLevel": true,
        "x": 331,
        "y": 597
    },
    "control_if_else": {
        "opcode": "control_if_else",
        "next": null,
        "parent": null,
        "inputs": {},
        "fields": {},
        "shadow": false,
        "topLevel": true,
        "x": 335,
        "y": 779
    },
    "control_wait_until": {
        "opcode": "control_wait_until",
        "next": null,
        "parent": null,
        "inputs": {},
        "fields": {},
        "shadow": false,
        "topLevel": true,
        "x": 676,
        "y": 285
    },
    "control_repeat_until": {
        "opcode": "control_repeat_until",
        "next": null,
        "parent": null,
        "inputs": {},
        "fields": {},
        "shadow": false,
        "topLevel": true,
        "x": 692,
        "y": 381
    },
    "control_stop": {
        "opcode": "control_stop",
        "next": null,
        "parent": null,
        "inputs": {},
        "fields": {
            "STOP_OPTION": [
                "all",
                null
            ]
        },
        "shadow": false,
        "topLevel": true,
        "x": 708,
        "y": 545,
        "mutation": {
            "tagName": "mutation",
            "children": [],
            "hasnext": "false"
        }
    },
    "control_start_as_clone": {
        "opcode": "control_start_as_clone",
        "next": null,
        "parent": null,
        "inputs": {},
        "fields": {},
        "shadow": false,
        "topLevel": true,
        "x": 665,
        "y": 672
    },
    "control_create_clone_of": {
        "opcode": "control_create_clone_of",
        "next": null,
        "parent": null,
        "inputs": {
            "CLONE_OPTION": [
                1,
                "control_create_clone_of_menu"
            ]
        },
        "fields": {},
        "shadow": false,
        "topLevel": true,
        "x": 648,
        "y": 797
    },
    "control_create_clone_of_menu": {
        "opcode": "control_create_clone_of_menu",
        "next": null,
        "parent": "control_create_clone_of",
        "inputs": {},
        "fields": {
            "CLONE_OPTION": [
                "_myself_",
                null
            ]
        },
        "shadow": true,
        "topLevel": false
    },
    "control_delete_this_clone": {
        "opcode": "control_delete_this_clone",
        "next": null,
        "parent": null,
        "inputs": {},
        "fields": {},
        "shadow": false,
        "topLevel": true,
        "x": 642,
        "y": 914
    }
}