var targetPlayer =null,
// The target name
targetName =null,
// Distance at which we will teleport from target (stored in cfg file)
distance =null,
// Vector 3D corresponding to the "inback" position from target
vector3d =null,
// Y coordinate from ground...