Hi everyone! Thank y'all so much for your help over the last few days! I require aid once more.
I'm trying to use a deck-level script to do various things (for example, make dice rolls based on an attribute on a contraction within the current card)
I tried using card.widgets.widget_name.attribute_name, but it seems to only work with specific_card_name.widgets.widget_name.attribute_name. Is there any way for me to access the widget on the current card?
For more details, I have a contraption that represents the game's UI and stores a few pieces of data (stats, HP, etc.) and I need to reference that stuff on each card. (I found this post that I think will help me moving the UI between cards, but I'm not sure how to reference the contraption per card)