|
|
|
Online Scripting Reference
|
|
sound
|
Purpose
|
Plays a sound (.WAV) file.
|
|
Syntax
|
sound {filename}
{filename}: The full relative path and name of a .wav file to play.
|
|
Notes
|
Playing a sound file will temporarily pause script execution - be careful not to play long sound files in combat situations as this may effect your play. However, this is a great way to give warning signals if you are asleep or away from the keyboard.
|
|
Example
|
# play a sound
sound click.wav
|
Return to item listing |
|
|