Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_attack_knifechain_manager2_Alarm_2

(view raw script w/o annotations or w/e)
1
if (global.turntimer <= 5)
2
    exit;
3
with (obj_purple_enemy)
4
{
5
    if (rope_counter == 6)
6
        exit;
7
}
8
with (obj_purple_enemy)
9
    seth_sprite(4411, 0, 0);