Template:KV BaseActbusyGoal: Difference between revisions
Jump to navigation
Jump to search
(Cleanup) |
(update) |
||
Line 1: | Line 1: | ||
{{KV|Actor(s) to affect (actor)|target_name_or_class|The targetname or classname of any NPCs that should act busy. Wildcards are supported.}} | |||
{{KV|Search Type (SearchType)|choices|What type of targetname the <code>actor</code> keyvalue is referring to. | |||
{{KV | :*0: Entity Name | ||
:*1: Classname}} | |||
{{KV|Search Range for Busy Hints (busysearchrange)|float|Maximum distance between an actbusy hint and NPC for the NPC to consider it.}} | |||
{{KV|Visible Busy Hints Only (visibleonly)|bool|If set, an NPC will only consider actbusy hints in view when deciding which to use. Once the choice has been made it will not change, even if new hints become visible.}} | |||
{{KV|SearchType|choices| | {{KV|Start Active (StartActive)|bool|Self-explanatory.}} | ||
:* 0 : Entity Name | |||
:* 1 : Classname | |||
{{KV | |||
{{KV |
Revision as of 17:04, 1 September 2018
- Actor(s) to affect (actor) ([todo internal name (i)]) <target_name_or_class>
- The targetname or classname of any NPCs that should act busy. Wildcards are supported.
- Search Type (SearchType) ([todo internal name (i)]) <choices>
- What type of targetname the
actor
keyvalue is referring to.- 0: Entity Name
- 1: Classname
- Search Range for Busy Hints (busysearchrange) ([todo internal name (i)]) <float>
- Maximum distance between an actbusy hint and NPC for the NPC to consider it.