====== npc_group_parameters ======
Function used in [[en:primitive:mission:start|mission creation]].
===== Properties =====
**grp_parameters :** This is a set of parameters for the group. This is a list of « keywords : parameters » entry.
* (deprecated) attackable : same as player_attackable
* player_attackable : Indicate that the player can attack the npcs of the goups, bots also suffer area effect of player weapon. No parameters.
* bot_attackable : Indicate that any bot (npc or fauna) can attack the pcs of the group. The npc will also suffer damage from bot area effect. No parameters.
* bad guy : : Indicate that this bot will aggro any player. Parameter is the aggro dist (in meters).
* escort range : : Specify the escort range. Parameter is the escort range (in meters). For more info, see the [[en:primitive:mission:escort|escorted activity]]. The default value is 30 m.
* respawn time : : Specify the respawn time in TICKS((Re-spawn time is the delay after the death of a bot to his rebirth. De-spawn time is the time between the death of a bot and the de-spawn of the cadaver. Cadaver de-spawn can be faster if a player loot all the material on the cadaver.)). Default is 5 mn (300 ticks). When setting respawn time, the despawn time is automaticaly set to ¼ of respawn time((The original text mentionned that the "despawn time was set to 1/4 of despawn time")).
* despawn time : : Specify the despawn time in TICKS((Re-spawn time is the delay after the death of a bot to his rebirth. De-spawn time is the time between the death of a bot and the de-spawn of the cadaver. Cadaver de-spawn can be faster if a player loot all the material on the cadaver.)). Default is ¼ of 5 mn. You MUST place despawn time AFTER respawn time or the value will be overwrite.
(Deprecated)
\\ **Dynamic system keywords:**
* camp contact : Specify that the contact group is working inside the tribe camp((If no contact flags are set, the group is available for all the places.)). No parameter.
* city contact : Specify that the contact group is working in a city((If no contact flags are set, the group is available for all the places.)). No parameter.
* outpost contact : Specify that the contact group is working in an outpost((If no contact flags are set, the group is available for all the places.)). No parameter.
* aggro range : Specify the aggro distance. Parameter is the agro distance (in meter).
{{tag>primitives ryzom_core}}