UVK scripting commands - <Beep>[times] |
This command plays a sound or beep. You can specify the number of times to beep after the command.
If you don't specify the number of times to beep, the %Windir%\Media\tada.wav file will be played once.
Also if a positive value is specified, the tada.wav file if played that number of times. Specifying a negative value, a beep is played that number of times converted to a positive value.
Example:
;The command below will play the tada.wav file twice:
<Beep>2
;The command below will beep three times:
<Beep>-3
;The command below will play the tada.wav file once:
<Beep>
Back to the list