View Single Post
  #3  
Old 04-02-2007, 12:42 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Thank you so much! That worked perfectly. For those curious I did this.

PHP Code:
function Map_Window.onRightMouseDownddxdyclicks )
{
  
temp.coords Map_Window.globaltolocalcoord( { dxdy } );
  
temp.ddx = ( temp.coords[0] / 538 ) * ( 32 64 );
  
temp.ddy = ( temp.coords[1] / 538 ) * ( 32 64 );
  
player.chat "warpto" SPC temp.ddx SPC temp.ddy;

__________________
Reply With Quote