/tg/ Station 13 - Modules - TypesVar Details - Proc Details

blooper

Vars

idInternal ID of blooper, must be unique
nameUser friendly name of the blooper, displayed in preferences menu
soundpath_listList of sounds, one is chosen randomly each time the blooper is played

Procs

play_bloopPlays the vocal blooper for all listeners, duration is controlled by length of the message argument
play_callbackPrivate callback function to actually play the sound, used for timers scheduled in play_bloop

Var Details

id

Internal ID of blooper, must be unique

name

User friendly name of the blooper, displayed in preferences menu

soundpath_list

List of sounds, one is chosen randomly each time the blooper is played

Proc Details

play_bloop

Plays the vocal blooper for all listeners, duration is controlled by length of the message argument

play_callback

Private callback function to actually play the sound, used for timers scheduled in play_bloop