Deltarune (Chapter 4) script viewer

← back to main script listing

gml_GlobalScript_bw_ex

(view raw script w/o annotations or w/e)
1
function bw_ex()
2
{
3
    return instance_exists(obj_board_writer);
4
}