Undertale script viewer

← back to main script listing

gml_Object_obj_shop1_Alarm_2

(view raw script w/o annotations or w/e)
1
if (global.flag[7 true_pacifist] == 0)
2
{
3
    caster_set_volume(shopmus, vol);
4
    vol -= 0.02;
5
    alarm[2] = 1;
gml_Object_obj_shop1_Alarm_2.gml

if (global.flag[7 true_pacifist] == 0) { caster_set_volume(shopmus, vol); vol -= 0.02; alarm[2] = 1; }
6
}