You could probably do it all in a few events with families. You would use a family instance variable for the selected character, set this to true when they have been clicked on or selected at the start of the game. Then you could say character(family), selected=true, find path to mouse.x,mouse.y, character(family) move along path.