Undertale script viewer

← back to main script listing

gml_Object_obj_asriel_swordmaster_Other_16

related scripts: Alarm_5Alarm_6Create_0Destroy_0Other_12Other_13Other_15Other_16 Other_17Other_18Other_19Step_0

(view raw script w/o annotations or w/e)
1
if (freakcon == 0)
2
{
3
    caster_play(sfx_jafe, 1.2, 1);
4
    caster_play(sfx_cut, 0.7, 1.4);
5
}
6
else if (last == 0)
7
{
8
    caster_play(sfx_cut, 0.9, 1);
9
    caster_play(sfx_spk, 0.7, 1);
10
}
11
else
12
{
13
    last = 1;
14
}