string variable x

strcpy(on[2],getclone(on[1])->pnp);
MoveTo(on[1],on[2].x,on[2].y,100,on[2],"");
what's wrong with it?
pnp is string variable, actor string variable in fact
MoveTo(on[1],on[2].x,on[2].y,100,on[2],"");
what's wrong with it?
pnp is string variable, actor string variable in fact