Concept:
Use parametric form of lines and solve intersection in vector form.
Step 1: Write position vectors.
Let:
\[
A(-1,4,-3),\;
B(3,2,-5),\;
C(-3,8,-5),\;
D(-3,2,1)
\]
Step 2: Parametrize AB and CD.
\[
\vec{r}=A+\lambda(B-A)
\]
\[
\vec{r}=C+\mu(D-C)
\]
Step 3: Solve system.
Solving component-wise gives intersection point, and relation:
\[
y-x=-4z
\]
\[
\boxed{(B)}
\]