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;
}