$playerStatus will return the current Player Status.
$playerStatus
This will return the current player status:
1client.command({2 name: "playerStatus",3 code: `4 $playerStatus5 `6});