blob: f127fa58dc744363a40077fccb00e6b381a14bea (
plain)
1
2
3
4
5
6
|
When /someone/ wishes /p/ plays sound /sound/ {
if {[file exists "/home/folk/sounds/$sound"]} {
set sound "/home/folk/sounds/$sound"
}
Wish $this runs Unix command "mpv -ao jack $sound"
}
|