attached is the blueprint for my Drawcards function in my deck manager. I am trying to draw 3 cards from main deck and then populate them into players hand. when I add a print string with card names before the remove index I get the top 3 cards displayed. but after the remove index the cards seem to disappear. It might be something simple but I am new and at my limit on trying to figure this out. Can anyone help or give advice?
The V symbol means it’s a local variable. It looks like you have 2 variables named Local Deck. One that is a local variable in that function and one that is a variable in the class containing that function.
1 Like
Ahh yes I didn’t see that thank you. I will give it a try changing it to the proper local variable
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.

