15 lines
167 B
Plaintext
15 lines
167 B
Plaintext
|
!FocusLock
|
||
|
if !inMute
|
||
|
|
||
|
Mute
|
||
|
|
||
|
endif
|
||
|
|
||
|
|
||
|
if mode = mute
|
||
|
message all tracks muted start point
|
||
|
else if mode != mute
|
||
|
message play 1
|
||
|
endif
|
||
|
endif
|