Deltarune (Chapter 4) script viewer

← back to main script listing

gml_GlobalScript_battleoutlines

(view raw script w/o annotations or w/e)
1
function scr_battleoutline(arg0 = id, arg1 = true)
2
{
3
    return instance_create_depth(0, 0, arg0.depth - 1, obj_battleoutline, 
4
    {
5
        image_alpha: arg1 ? 0 : 0.7,
6
        target: arg0
7
    });
8
}