View Single Post
Aaron
Senior Member
 
Join Date: Oct 2011
Posts: 6,793

Old May 7th, 2019, 12:14 PM
For something to show in that table which has the selector, it must match at least 1 class and 1 race, or a component script hides it. Since neither of the "all characters" FCBs need a selection, there has been no issue with them being hidden here. I think you'll need to special case this particular FCB to unhide itself. Add this eval script to your FCB

Final 100500
Code:
      if (field[fcCount].value <> 0) then
        perform delete[Hide.FavClass]
        perform hero.assign[Hero.FavClList]
        endif

Last edited by Aaron; May 7th, 2019 at 12:33 PM. Reason: Added a line to the code.
Aaron is offline   #4 Reply With Quote