Frugo_PL 0 Posted September 15, 2002 I make the following code: </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE"> _car=_this select 0 _carpos= GetPos_car _cx= _carpos select 0 _cy= _carpos select 1 _cz= _carpos select 2 _car SetPos [_cx,_cy, 50]; exit<span id='postcolor'> I get an error message about '_car SetPos [_cx,_cy, 50]; exit' If I change _cx and _cy to numbers then everything stays fine. Wht's the problem? Share this post Link to post Share on other sites
vektorboson 8 Posted September 15, 2002 Look at your getpos_car!!! It should read _carpos = getpos _car you forgot a blank! Share this post Link to post Share on other sites