Dwane Diblie
Member
Thrying to attach a Tag to the parent unit of an option. I need to set up a Live link between multipule options based on tha availability of one option. I have tryed for hours through research but I can not seem to get it to work.
This is where i currently sit.
Option Eval:
var val as number
val = unit.assign[g_WeapCoun.t_Weapon]
The parent of this option is also the parent of the other options but this one is first on the list. So it should work
The Live links on the other options are:
g_WeapCoun.t_Weapon < 1
and
g_WeapCoun.t_Weapon < 2
yes the original option is a range select.
One thing I am not sure of is weather I have teh Tag Group set up correctly.
Thanks.
This is where i currently sit.
Option Eval:
var val as number
val = unit.assign[g_WeapCoun.t_Weapon]
The parent of this option is also the parent of the other options but this one is first on the list. So it should work

The Live links on the other options are:
g_WeapCoun.t_Weapon < 1
and
g_WeapCoun.t_Weapon < 2
yes the original option is a range select.
One thing I am not sure of is weather I have teh Tag Group set up correctly.
Thanks.