/tg/ Station 13 - Modules - TypesVar Details

custom_sound

Fetches an external sound and applies to the target object

Vars

sound_fileThe sound file we fetched from the http get request.
sound_urlThis should return raw sound in response to http get request. For example: "https://github.com/tgstation/tgstation/blob/master/sound/misc/bang.ogg?raw=true"
target_variableThis is the var that will be set with the fetched sound.

Var Details

sound_file

The sound file we fetched from the http get request.

sound_url

This should return raw sound in response to http get request. For example: "https://github.com/tgstation/tgstation/blob/master/sound/misc/bang.ogg?raw=true"

target_variable

This is the var that will be set with the fetched sound.