Ok, a few cleanup things…
- The deck builder will try and open and display all card sets when its first open. In the “Get Card Data” function if you fail to get the card it will search in the next data table, but the issue seems to be occurring when its searching through each data table then returns without checking your new set. After the function checks the debug card set it it currently returns with the error, so the “Row Not Found” execution output from the debug card set so the should be attached to the “Get Empire Set Data Table Row”.
See:
-
In the “Get All Cards in Active Sets” function the Sequence node flow “Then 2” will return before getting to your card set. You should plug your card set into “Then 2”, and have “Then 3” connected to the return path.
-
In the Card Manager your almost there. It looks like because you moved your Empire set within the enum, the third array is now connected to the Empty Set, instead of your Empire Set. Just change this back and it should work as intended.
Hope this helps!