Deltarune (Chapter 3) script viewer

← back to main script listing

gml_GlobalScript_scr_facechoice

(view raw script w/o annotations or w/e)
1
function 
scr_facechoice
scr_facechoice

function
scr_facechoice()
{ myface = instance_create(writer.x + (8 * f), writer.y + (5 * f), obj_face); }
()
2
{
3
    myface = instance_create(writer.x + (8 * f), writer.y + (5 * f), obj_face);
4
}