blob: 555b45bb53135b040135b1cc993a615b55bb4726 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
When /p/ has error /err/ with info /info/ {
When the clock time is /t/ {
if {[expr {(int($t * 5)) % 2}] == 1} {
Wish $p is outlined white
} else {
Wish $p is outlined red
}
}
Wish $p has title $err
}
|