targetposx[0] = x targetposy[0] = y targetposx[1] = (x - (offset * facing)) targetposy[1] = (y - offset) targetposx[2] = x targetposy[2] = (y - (offset * 2)) targetposx[3] = (x + (offset * facing)) targetposy[3] = (y - offset)