+npc

Category: rp commands


Manage NPCs in a scene, including health, dice rolls, and name generation.
See 'help init' for more information on initiative.

Usage:
+npc/roll <name or #n>=<dice pool>/<difficulty> - Roll dice for an NPC
(difficulty defaults to 6)
+npc/hurt <name or #n>=<type>/<amount> - Damage an NPC
(type: bashing/lethal/aggravated)
+npc/heal <name or #n>=<type>/<amount> - Heal an NPC's damage
+npc/health <name or #n> - View NPC's current health levels
+npc/pose <name or #n>=<pose text> - Make an NPC pose an action
+npc/emit <name or #n>=<text> - Make an NPC emit text to the room
+npc/say <name or #n>=<speech> - Make an NPC say something
+npc/inhabit <name or #n> - Take control of an NPC (staff only)
+npc/uninhabit <name or #n> - Release control of an NPC (staff only)
+npc/list - List all NPCs in the scene
+npc/listall - List all NPCs in the game (staff only)
+npc/listall/loc - Group NPCs by location
+npc/listall/splat - Group NPCs by splat type
+npc/listall/temp - Show only temporary NPCs
+npc/listall/perm - Show only permanent NPCs
+npc/remove <name or #n> - Remove an NPC from the scene (staff only)
+npc/remove/force <name or #n> - Force-remove a stubborn NPC (staff only)
+npc/create [name] [splat=<type>] [diff=<level>] - Create a permanent NPC (staff only)
+npc/sheet <name or #n> - View an NPC's character sheet
+npc/name [nationality] [nationality2] [gender] - Generate a random name
+npc/name <n>=<nationality> [nationality2] [gender] - Rename an NPC with random name
+npc/nationalities - List available nationalities for names

Examples:
+npc/roll Guard=5/6 - Roll 5 dice for the Guard with difficulty 6
+npc/roll #1=5 - Roll 5 dice for NPC #1 (default difficulty 6)
+npc/roll dia=5/7 - Roll 5 dice at difficulty 7 for an NPC
whose name starts with "dia"
+npc/hurt Guard=bashing/2 - Apply 2 bashing damage to Guard
+npc/heal #2=bashing/1 - Heal 1 bashing damage from NPC #2
+npc/health Guard - Show Guard's current health levels
+npc/pose Guard=slowly backs away toward the door. - Make Guard pose
+npc/emit Guard=A low growl emanates from the Guard. - Make an emit from Guard
+npc/say Guard=Don't move or I'll shoot! - Make Guard say something
+npc/name - Generate a random name from any nationality
+npc/name russian male - Generate a Russian male name
+npc/name russian japanese male - Generate a Russian first name with Japanese last name
+npc/name russian/japanese - Generate a Russian first name with Japanese last name
+npc/name female - Generate a random female name from any nationality
+npc/name Guard=japanese - Rename "Guard" with a random Japanese name
+npc/create - Create a random mortal NPC with medium difficulty
+npc/create Sadie splat=mage - Create a mage NPC named Sadie
+npc/create splat=vampire diff=high - Create a high-difficulty vampire with random name
+npc/sheet Guard - View Guard's character sheet
+npc/remove Guard - Remove Guard from the scene
+npc/remove/force #1 - Force-remove NPC #1 when normal removal fails