Deltarune (Chapter 1) script viewer
← back to main script listing
gml_GlobalScript_d_make
(
view raw script w/o annotations or w/e
)
1
function d_make()
2
{
3
return instance_create(0, 0, obj_dialoguer);
4
}