Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_wild_revolver_circle_Create_0

(view raw script w/o annotations or w/e)
1
can_execute = false
2
switch global.player_weapon_modifier
3
{
4
    case "Silver Ammo":
5
        outline = 45
6
        shrink_speed = 3
7
        break
8
    default:
9
        outline = 30
10
        shrink_speed = 2
11
}
12
13
small_circle = 16
14
shrink = true
15
color[0] = 16777215
16
color[1] = 0
17
color_number = 0
18
cursor_color = color[0]
19
outline_color = color[1]
20
color_alt_speed = 0.2
21
color_alt_max = 1
22
color_alt_total = 0
23
shot_total_pre = 0
24
shot_type = "nothing"
25
button_pressed = false
26
button_pressed_main = false
27
button_pressed_pre = false
28
no_loop = false