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(); |