There was a command like "Center region on (location)" command I believe. Otherwise, you can call MoveRectToLoc. First, you'll need a variable for the region and for the location to be moved to. Then, you'll make a custom script action and type in: "call MoveRectToLoc(udg_rect_name, udg_location_name)" You would replace rect_name with the variable name of your rect (region in GUI), and any spaces should be typed as _, do the same for the location as well.