Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_micmenu_Alarm_0

(view raw script w/o annotations or w/e)
1
obj_mike_controller.microphone_volume = 0;
2
microphone_volume = 0;
3
if (current < (mic_max - 1))
4
{
5
    global.microphone = current;
6
    with (obj_mike_controller)
7
        mic_reset();
8
}