Deltarune script viewer

← back to main script listing

gml_Object_obj_teacup_landingspot_Other_4

(view raw script w/o annotations or w/e)
1
if (teacupTarget == -1)
2
    teacupTarget = obj_teacup;
3
with (teacupTarget)
4
{
5
    if (other.rideEnd == true)
6
        endPos[other.partyMember] = [other.x, other.y];
7
    else
8
        startPos[other.partyMember] = [other.x, other.y];
9
}
10
instance_destroy();