| Name | selected_npc |
| Object | PlayerTag |
| Input | NPCTag |
| Related Tags | <PlayerTag.selected_npc> Returns the NPCTag that the player currently has selected with '/npc select', null if no NPC selected.
|
| Description | Sets the NPC that the player has selected. |
| Generated Example | |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/PlayerTag.java#L4095 |