baca85 0 Posted January 17, 2004 Im trying to make a script and when trying to create a new postion have a problem Quote[/b] ]_ch setpos [(getpos _ch select 0),(getpos _ch select 1),(getpos this select 2)-.2] Share this post Link to post Share on other sites
MrZig 0 Posted January 17, 2004 And... whats the problem? Edit: Oh I might see, try this <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">_ch setpos [(getpos _ch select 0),(getpos _ch select 1),-.2] Share this post Link to post Share on other sites
MrZig 0 Posted January 17, 2004 Edit: changed script <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> _ch = _this select 1 #loop _ch setpos [(getpos _ch select 0),(getpos _ch select 1),(getpos _ch select 2) -.2] ~.1 goto "loop" That might work? Share this post Link to post Share on other sites