Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_homealone_dancing_santa_mini_Create_0

(view raw script w/o annotations or w/e)
1
event_inherited();
2
is_active = false;
3
con = 0;
4
timer = 0;
5
is_looping = true;
6
loop_timer = 0;
7
santa_pitch = 1;
8
audio_file = (santa_type == 0) ? 140 : 11;
9
play_time = (santa_type == 0) ? 40 : 60;
10
depth = 94879;
11
turn_on = false;