Deltarune (Chapter 3) script viewer

← back to main script listing

gml_GlobalScript_instance_create_board

(view raw script w/o annotations or w/e)
1
function instance_create_board(arg0, arg1, arg2)
2
{
3
    boardInstance = instance_create(128 + (32 * arg0), 64 + (32 * arg1), arg2);
4
    return boardInstance;
5
}