Function; SobGroup_SetROE - HWRM/KarosGraveyard GitHub Wiki

SobGroup_SetROE(<target_group>, <new_ROE>)

Description

Sets the ROE ('Rules Of Engagement', referred to ingame as 'tactics') for a group.

Example

-- Sets all ships in CustomGroup to passive ROE
SobGroup_SetROE(CustomGroup, PassiveROE);

Arguments

Param Type Description
target_group string The name of the group who's ROE will be modified.
new_ROE ROE (integer) 0 to 2, or better use the global variables.

Scope

Related Pages