08.01.2011, 07:24
Look for "public GetPointDistanceToPointExMorph(" and "forward GetPointDistanceToPointExMorph(" and comment the forward part out, and if you want to keep the function in the script for later use re-name "public GetPointDistanceToPointExMorph" to "stock GetPointDistanceToPointExMorph" or just comment it out.
It calls it as an error at the final line because it looks through your whole script before assuming that the function isn't being used.
It calls it as an error at the final line because it looks through your whole script before assuming that the function isn't being used.