Hi, I’m trying to find a way to see if a trigger device has been triggered (will be triggered at some point before the verse device will check), and I found a function for trigger devices GetTriggerCountRemaining
I set up a for loop to traverse an array of trigger devices and check if the remaining trigger count is 0 for each one, but I get an error for the comparison in the if statement and I don’t understand how to resolve it.