Skip to content
MicroBlaster edited this page Nov 11, 2019 · 2 revisions

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

Clone this wiki locally