View Single Post
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,147

Old March 13th, 2024, 03:12 AM
Quote:
Originally Posted by Nightfox View Post
on the configurable:
Code:
Post-levels 11000
field[cfgAllow1].text = "Custom.LinkSrg"
field[cfgAllow2].text = "SpecGroup.LnkSrg"
note: was going to add "& !Helper.Helper" but I can't even get the list items to appear correctly.
The full line for this should look something like:

Code:
component.Ability & Custom.LinkSrg & !Helper.Helper & !Helper.Obsolete
Not that that solves your problem. Question: Why are you setting this field through a script? Why not set the field directly? I'm wondering if the script is setting this too late for the system to properly run it.


I did the following as a test:

1) Created configurable which I bootstrapped to a homebrew adjustment to get it on a character. I set the fields as follows (no script, just directly assigned):

Code:
cfgAllow1: component.Ability & Custom.LinkSrg & !Helper.Helper & !Helper.Obsolete
cfgMax1: 1
2) Created Ability with tag Custom.LinkSrg directly assigned.

Result: Ability appears in the configurable selection menu.

Last edited by Sendric; March 13th, 2024 at 04:51 AM.
Sendric is offline   #20 Reply With Quote