Deltarune script viewer

← back to main script listing

gml_Object_obj_shakeobj_Other_10

(view raw script w/o annotations or w/e)
1
if (i_ex(target))
2
{
3
    active = 1;
4
    nowx = target.x;
5
    nowy = target.y;
6
}
7
else
8
{
9
    instance_destroy();
10
}