I'm working on an RPG/Management game, and when you go to the Hiring page to hire a group of adventurers I call 3 functions On Layout Start.
On the Hiring Events page the GenerateRoster function runs successfully, the GenerateCards function runs successfully, but when I call the PopulateCards function to tie the array to the UI, nothing happens. If I pull the code outside the function, it runs successfully.
What gives?
(I've attached the .capx file, the code can be found on the Hiring Events page)