#How would you go about making combos for card games?
4 messages · Page 1 of 1 (latest)
this is the script for the button to call the calculate score when the button is pressed
and in short im trying to figure out what do I add in the dice's script to relay the dices value all the way to the score manager and how do I check if a combo is scored.
You'd have your dice relay to the score manager via signals. Though honestly, I don't see the benefit to that in this situation. Just have your score manager hold references to the dice in the form an array. After all the dice make their rolls, the score manager can check their values and look for combos.