Colonisation claim processed event - EDCD/EDDI GitHub Wiki
Triggered when staking or releasing a claim to colonise a star system.
When using this event in the Speech responder the information about this event is available under the event
object. The available variables are as follows:
-
{event.claimStaked} - True when staking a claim and false when releasing a claim
-
{event.systemAddress} - The numeric system address of the claimed star system
-
{event.systemname} - The name of the claimed star system
To respond to this event in VoiceAttack, create a command entitled ((EDDI colonisation claim processed)). VoiceAttack variables will be generated to allow you to access the event information.
The following VoiceAttack variables are available for this event:
-
{BOOL:EDDI colonisation claim processed claim staked} - True when staking a claim and false when releasing a claim
-
{DEC:EDDI colonisation claim processed system address} - The numeric system address of the claimed star system
-
{TXT:EDDI colonisation claim processed systemname} - The name of the claimed star system
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.