cwtools-stellaris-config icon indicating copy to clipboard operation
cwtools-stellaris-config copied to clipboard

Exporting variable effects things

Open James-Fire opened this issue 3 years ago • 0 comments

This probably affects all the Export__to variable effects.

The specific one I've noticed is that using

export_trigger_value_to_variable = { trigger = count_deposit parameters = { limit = { is_deposit_type = autofab_mine } } variable = autofab_mine }

has CWtools complaining that is_deposit_type is being used in the wrong scope.

I'm also getting the error that "rounded = yes/no" is unexpected in export_trigger_value_to_variable, when the docs say it's allowed, and defaults to no.

James-Fire avatar Jun 05 '22 23:06 James-Fire