Logic trouble: Exclusive check
Hi there, I'm designing a level with the tipical points coffins/boxes that the user can activate (with R1) to open them, but I'm facing some trouble in the desing of the logic for the prize system. The problem is the next:
Some of the boxes will have a "? " symbol on it (and there will be at least 3 of them on the level).
If NONE of the boxes with the ? symbol have been activated, the first to do so will emit a special item via an emiter.
If ONE or more than one of the boxes have been activated, then the box will emit a monster creature.
So, the logic desing I need is one that checks if some box has been activated, if false, then emit a prize, otherwise emit a foe.
Any help with this?
Thanks.