06-29-2025, 06:59 AM
Is this pseudo code not an option? :-)
Code:
if currentQ not empty {
tempQ = currentQ
clear Q
currentQ = ReadyChime
play Q
clear Q
currentQ = tempQ
} else {
currentQ = ReadyChime
play Q
clear Q
}