Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_b3bs_watercooler_Step_2

(view raw script w/o annotations or w/e)
1
if (camcontrol == true)
2
{
3
    with (obj_mainchara)
4
        cutscene = true;
5
    camerax_set(wcamx);
6
    cameray_set(wcamy);
7
}