So I'm trying to make a turn based gacha game, I figured the easiest way to do combat is to make it to where on click it checks for if the object clicked has the Monster variable set to true, if it does then it will check if it is the opponent's monster (yours if you're using a buff) and do its ability accordingly, I figured that would be much easier then programing an on click for every single monster that will be in my game, is there a way to go about that? Because I realized that I really don't know how.