+npc
Manage NPCs in a scene, including health and dice rolls.
See 'help init' for more information on initiative.
Usage:
+npc/roll <name>=<dice pool>/<difficulty> - Roll dice for an NPC (difficulty defaults to 6)
+npc/hurt <name>=<type>/<amount> - Damage an NPC (type: bashing/lethal/aggravated)
+npc/heal <name>=<type>/<amount> - Heal an NPC's damage
+npc/health <name> - View NPC's current health levels
+npc/list - List all NPCs in the scene
Examples:
+npc/roll Guard=5/6 - Roll 5 dice for the Guard with difficulty 6
+npc/roll Guard=5 - Roll 5 dice for the Guard (default difficulty 6)
+npc/hurt Guard=bashing/2 - Apply 2 bashing damage to Guard
+npc/heal Guard=bashing/1 - Heal 1 bashing damage from Guard
+npc/health Guard - Show Guard's current health levels