Worked like a charm!
I know its been a while since we talked bout converting cards into taunts when placed on the field, but I’m a little confused on how to convert cards to be “Taunts” by adding a bool to the placement.
your original quote
“If you wanted to go down the route of setting the cards to “Taunt” only if they are played in those placement areas this will be a little more complex but still doable. Add a bool to the placement for whether or not the placement is to convert cards to be “Taunts”, also add this bool to your cards. If your card is placed and is to be a Taunt card then you can intercept this in the “Play Card” function in the player controller, which you can then check the placement and set the bool in the card based off this. Keep in mind that if you have anything that moves cards around the board then you will need to cater for the change and recheck whether this card is still meant to be set as a Taunt Card.”
Thanks for helping!