DeltaMasterMind
Well-known member
Ok so I am working on a trait (remaking in my own design is more like it) called Royal Heirloom Proficiency which grants proficiency to Masterwork only weapons. Now I have managed to get the chooser to play nice as far as selecting only those weapons, however the issue comes in when I try to select the item and all the options display "- Custom / magic weapon -". I located the timing for the custom text block in which the name of the custom weapon can be given is showing Render 110000 for sbName set. While Herolab has a sbName script that runs at Render 30000.
I tried importing the sbName to my trait to abText field and that works fine, but I cannot get the chooser to list the items as their names should be listed. For me I see a timing issue that renders it unlikely I can do this, however perhaps someone else has a lead on how I can get pass this little issue. Thanks in advance!
P.S. sbName seems to be the only place the custom text is loaded. I should also mention I tried overwriting the fields shortname, sbName, actName, and livename. Sadly no success.
I tried importing the sbName to my trait to abText field and that works fine, but I cannot get the chooser to list the items as their names should be listed. For me I see a timing issue that renders it unlikely I can do this, however perhaps someone else has a lead on how I can get pass this little issue. Thanks in advance!
P.S. sbName seems to be the only place the custom text is loaded. I should also mention I tried overwriting the fields shortname, sbName, actName, and livename. Sadly no success.
Last edited: