Gets the current fine coordinates of the player.
the coordinates of the player in a FineCoord class.
local fineCoord = osrs.ClientOp.coordFine()osrs.printf("Player is currently at X: %i, Y: %i, Z: %i: ", fineCoord.x, fineCoord.y, fineCoord.z) Copy
local fineCoord = osrs.ClientOp.coordFine()osrs.printf("Player is currently at X: %i, Y: %i, Z: %i: ", fineCoord.x, fineCoord.y, fineCoord.z)
Gets the current fine coordinates of the player.