Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_titan_spawn_enemy_CleanUp_0

(view raw script w/o annotations or w/e)
1
with (obj_titan_spawn_enemy)
2
{
3
    battlecontroller = true;
4
    phaseturn = other.phaseturn;
5
}
6
with (obj_purify_event)
7
{
8
    if (t < 540)
9
        t = 540;
10
}