Jump to content
Sign in to follow this  
GothicOne

Postion script

Recommended Posts

I thought I read somewhere that someone made a script where you can place a marker etc. then run a script to get the x and y coordinates of it displayed onscreen via hint so it can be written down and used for doMove [x,y].  Did I read that correctly and does anyone have it.  It's too time consuming to narrow down coordinates.

Share this post


Link to post
Share on other sites

</span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">

_pos1 = getmarkerpos "markername" select 0

_pos2 = getmarkerpos "markername" select 1

hint fromat ["Z = %1 X = %2", _pos1, _pos2]

<span id='postcolor'>

RED

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×