Thread: testplayer x.x
View Single Post
  #22  
Old 01-24-2006, 03:11 AM
Lance Lance is offline
dark overlord
Lance's Avatar
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
Lance is on a distinguished road
Quote:
Originally Posted by Yen
No, I warped to a03.. Which was 3 down on the y-axis, not the x-axis..

-Wanders off.-
Well, you said x.

Either way:



NPC Code:
    else if (player.chat == "coordtest") {
player.chat = "x: " @ player.x @ ", x % 64: " @ player.x%64 @ ", x % 65: " @ player.x%65 @ "; " @ "y: " @ player.y @ ", y % 64: " @ player.y%64 @ ", y % 65: " @ player.y%65;
}

Reply With Quote