Example: A SELECTOR should not reference its own [CONFIG] block


Do not do what is shown in the example below. In the example, the dogfight switch is set up as a selector, but one of the switch positions under the SELECTOR statement references its own [CONFIG] block label.

[CONFIG] MainGroup FOR ATTACK
assignment .
assignment .
:

'Selector_Dogfight_Switch'
ASSIGN 'Selector_Dogfight_Forward' TO ForwardGroup
ASSIGN 'Selector_Dogfight_Middle' TO MainGroup
ASSIGN 'Selector_Dogfight_Backward' TO BackGroup .
[END]


home