Undertale script viewer

← back to main script listing

gml_Object_obj_gameshake_Step_0

(view raw script w/o annotations or w/e)
1
if (!in_silence)
2
{
3
    background_x[3] = -10 + random(10);
4
    background_y[3] = -10 + random(10);
5
}