Template:KV AI BaseActor: Difference between revisions
Jump to navigation
Jump to search
(why did i undo this?) |
|||
Line 3: | Line 3: | ||
{{KV|Don't Use Speech Semaphore (DontUseSpeechSemaphore)|bool|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.}} | {{KV|Don't Use Speech Semaphore (DontUseSpeechSemaphore)|bool|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.}} | ||
{{KV|Facial Expression Override (ExpressionOverride)|string|Enter a [[VCD]] file to override facial expressions on this actor.}} | {{KV|Facial Expression Override (ExpressionOverride)|string|Enter a [[VCD]] file to override facial expressions on this actor.}} | ||
{{KV|[[ResponseContext|Response Contexts]] (ResponseContext)|string|Pre-defined response system contexts for this entity. Format is <code>key:value,key:value,...</code>}} |
Revision as of 03:45, 5 October 2018
AI_BaseActor:
- Don't Use Speech Semaphore (DontUseSpeechSemaphore) ([todo internal name (i)]) <boolean>
- 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.
- Facial Expression Override (ExpressionOverride) ([todo internal name (i)]) <string>
- Enter a VCD file to override facial expressions on this actor.
- Response Contexts (ResponseContext) ([todo internal name (i)]) <string>
- Pre-defined response system contexts for this entity. Format is
key:value,key:value,...