Hello again,
I have several options (via a linkset if it matters) for a given unit that I want only to be selectable/available if another option (call it OptionB) is already present/selected. Basically a prerequisite. Any advice on how to go about this?
From what I can glean from the documentation a live tag expression for the option (or link?) seems like it might be correct? If so, I've had no luck getting it to work.
For example: The option Bear_ArmS appears on a linkset applied to a whole slew of units. However, one of the links is for Bear_ArmS, which should only be available if the unit in question has Bear_Arm. (Some units have Deer_Arm, which aren't to be eligible for the upgrade).
The following code for "Live" on the option Bear_ArmS generates an error.
Army Builder was forced to stop compilation after the following errors were detected:
I have several options (via a linkset if it matters) for a given unit that I want only to be selectable/available if another option (call it OptionB) is already present/selected. Basically a prerequisite. Any advice on how to go about this?
From what I can glean from the documentation a live tag expression for the option (or link?) seems like it might be correct? If so, I've had no luck getting it to work.
For example: The option Bear_ArmS appears on a linkset applied to a whole slew of units. However, one of the links is for Bear_ArmS, which should only be available if the unit in question has Bear_Arm. (Some units have Deer_Arm, which aren't to be eligible for the upgrade).
The following code for "Live" on the option Bear_ArmS generates an error.
Code:
option[Bear_Arm]
Code:
Syntax error in 'live' tag expression for Option 'Bear_ArmS'
-> Invalid tag template specified: 'option[Bear_Arm]'
Last edited: