1 | if live_call() |
2 | return global.live_result; |
3 | small_circle = 64 |
4 | outline = 120 |
5 | shrink = true |
6 | shrink_speed = 1 |
7 | color[0] = 16777215 |
8 | color[1] = 0 |
9 | color_number = 0 |
10 | cursor_color = color[0] |
11 | outline_color = color[1] |
12 | color_alt_speed = 0.2 |
13 | color_alt_max = 1 |
14 | color_alt_total = 0 |
15 | shot_type = "nothing" |
16 | button_pressed = false |
17 | no_loop = false |
18 | draw_alpha = 0 |