Template:KV TalkNPC: Difference between revisions
Jump to navigation
Jump to search
m (Robot: fixing template case.) |
m (Robot: fixing template case.) |
||
Line 1: | Line 1: | ||
{{ | {{KV BaseNPC}} | ||
* '''UseSentence''' | * '''UseSentence''' |
Revision as of 19:43, 19 January 2009
CBaseCombatCharacter:
CAI_BaseNPC:
DamageFilter:
|
- UseSentence
- <string> Use this sentence for what to say when the NPC gets used
- UnUseSentence
- <string> Use this sentence for what to say when the NPC gets used again
- DontUseSpeechSemaphore (in all games since
)
- <boolean> If set, friendly NPCs are not allowed to speak if another friendly NPC is speaking. In some cases we don't want speaking NPCs to prevent other NPCs from speaking (for instance, if there is a friendly NPC speaking for a long time on a monitor). To make this NPC not prevent other NPCs from talking, make it not grab the semaphore when it speaks.