Kristianperryadams Posted September 8, 2022 Share Posted September 8, 2022 (edited) How does the game count how many playable caravan cards player has? I've grabbed the starter deck from Ringo and when I start a game it says I have Total Cards: 54 I can't find a function that returns this value and can't seem to follow the scripts past ShowCaravanMenu, I thought I could maybe: PlayerRef.GetItemCount RandomCaravanBaseCards GetPCMiscStat "Total Cards" is not a stat I just want to hook the total cards value it shouldn't be this tricky Edited September 8, 2022 by Kristianperryadams Link to comment Share on other sites More sharing options...
Radioactivelad Posted September 9, 2022 Share Posted September 9, 2022 The player's caravan cards are stored in a container aside from the player iirc. I think you could check that with GetContainerInventoryCount on that container. Link to comment Share on other sites More sharing options...
Recommended Posts