It look like the Snap to Loci preference has been turned on also. That is what is giving the extension lines.   The following script will toggle the extension lines on/off.   SetPref(5, Not(GetPref(5)));   Copy and paste into a new blank Vectroscript Editor window from the Resource Manager.   If you only want to turn off the extension lines you can use:   SetPref(5, False);