..It still have problem...

// Current Position 1011,510;
TMyPoint[] _path = Stealth.Script_GetPathArray(1011, 508, false, 0);
Console.WriteLine(_path.Length);
for (uint i = 0; i < _path.Length; i++)
{
Console.WriteLine(_path
.X+","+_path.Y+","+_path.Z);
}
// Expected Output
2
1011,509,-70
1011,508,-70
// Real Output
2
1101,509,-3142
64515,47617,1011