I am making timers procedurally for my multiplayer game, using the peerIDs. However, the timer behavior only allows for an "On Timer 'Tag'".
I want to be able to do something like:
On Any Timer
Timer = PeerID
Delete PeerID from Array
I may be explaining it poorly but this is the gist of it I suppose.