GothicOne 0 Posted September 2, 2002 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
RED 0 Posted September 3, 2002 </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