Gets the name of the player specified by the id
the id of the player to read
the name of the player specified by the id.
wasFound, playerId = osrs.ClientOp.playerFindSelf();osrs.print("The current player's name is " .. osrs.ClientOp.playerName(playerId)); Copy
wasFound, playerId = osrs.ClientOp.playerFindSelf();osrs.print("The current player's name is " .. osrs.ClientOp.playerName(playerId));
Gets the name of the player specified by the id