Deltarune (Chapter 4) script viewer

← back to main script listing

gml_GlobalScript_bw_make

(view raw script w/o annotations or w/e)
1
function bw_make()
2
{
3
    return instance_create(0, 0, obj_board_writer);
4
}