Default states

I’ve set up a radio group of bank select button/LEDs.

 

When I load the *.ngc the state defaults to the first bank. That’s fine but the first LED is initially off.

 

Is there a way to set the default state of the LED so it matches the default state of the bank?

You could pass the default value with the EVENT_* command:

 

EVENT_... value=<the-default-value>

 

 

Does this help?

yep, that has done the trick. Thanks!