set_flags_on_dyn_zones - ryzom/ryzomcore GitHub Wiki


title: Set Flags on Dyn Zones description: published: true date: 2023-03-12T01:46:18.093Z tags: editor: markdown dateCreated: 2023-03-11T23:04:53.815Z

set_flags_on_dyn_zones

The set_flags_on_dyn_zone action sets the flags described in parameters on the cell under the current state node.

These flags override the default flags edited under World Editor, and will be removed at the next state transition.

Each flag should be placed on a new line in the parameters.

Parameter Syntax

flag_1
flag_2
...
flag_n

Parameters

The available flags are:

  • food_carn
  • food_herb
  • food_degen
  • food_kitin
  • rest_carn
  • rest_herb
  • rest_degen
  • rest_kitin
  • plant
  • spawn
  • food_kitin_invasion
  • rest_kitin_invasion

These flags should be placed in the parameter list, with one flag per line.

See also

Code: Execute a block of AI script code. This action can be used to perform more complex logic involving dyn zones and flags.

⚠️ **GitHub.com Fallback** ⚠️