Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_homealone_bathroom_eavesdrop_Alarm_0

(view raw script w/o annotations or w/e)
1
if (!stop_speech)
2
{
3
    current_index++;
4
    if (current_index > (array_length_1d(speech) - 1))
5
        stop_speech = true;
6
}