Non-player character
Refers to any sentient creature whom one encounters in IF. NPCs include robots, animals, and people. The term is also sometimes (more rarely and perhaps incorrectly) used to refer to characters who are referred to in the text but not directly encountered. Of course, this becomes more complicated in games where the player controls different characters throughout the course of the game - the original PC will become an NPC and an NPC becomes the PC.
Additionally: The line between non-player character and simple object can be hard to draw. There is a gradation between a man on a bench who will only answer questions, a computer that will answer questions, and an encyclopedia that the player can look things up in. These have the exact same function in the game, but the man will be considered a non-player character, the encyclopedia will not be, and the computer may be considered either.
See also
- Various NPC-related awards:
- XYZZY Awards: Best NPCs and Best Individual NPC.
- Erins: Best Male NPC and Best Female NPC.
- Premios Hispanos: Best NPCs and Best Individual NPC.
Links
- NPCs in the IF Gems review quotes collection (also available from the IF Archive).
- NPC at TV Tropes Wiki.
Code Compare: Non-player character | |
ADRIFT 4: | The Character dialog box (Add a Character/Edit Character) |
Inform 6: | The animate attribute |
Inform 7: | The animal, person, man, and woman kinds |
TADS 2: | The Actor class |
TADS 3: | The Actor, UntakeableActor, and Person classes |