Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_undertale_Create_0

(view raw script w/o annotations or w/e)
1
fade_out = false;
2
image_index = 0;
3
image_speed = 0;
4
audio_play_sound(mus_cymbal, 10, 0);
5
alarm[0] = 180;
gml_Object_obj_undertale_Alarm_0.gml

audio_play_sound(mus_intronoise, 10, 0); image_index = 1; image_speed = 0; with (obj_yellowlogo) alarm[0] = 80; alarm[1] = 200;