//Captions set in a lua instead because SOC doesnt seem to like spaces

freeslot(
"sfx_what",
"sfx_tm4tel",
"sfx_cong",
"sfx_css",
"sfx_tm4die",
"sfx_ego",
"sfx_egod",
"sfx_egohey",
"sfx_sneze",
"sfx_rick",
"sfx_stalk",
"sfx_ego1",
"sfx_ego2",
"sfx_tmtele",
"sfx_cmtele",
"sfx_tobma",
"sfx_drip")

sfxinfo[sfx_tm4tel].caption = "Twisted Metal 4 Teleport"
sfxinfo[sfx_what].caption = "What the hell are you doing?"
sfxinfo[sfx_cong].caption = "Congratulations you won!"
sfxinfo[sfx_css].caption = "Obnoxious Country Music"
sfxinfo[sfx_tm4die].caption = "Screaming"
sfxinfo[sfx_ego].caption = "Ego Collected"
sfxinfo[sfx_egod].caption = "Uh oh..."
sfxinfo[sfx_egohey].caption = "Hey!"
sfxinfo[sfx_sneze].caption = "Sneeze"
sfxinfo[sfx_rick].caption = "Never Gonna..."
sfxinfo[sfx_stalk].caption = "Get out of here stalker."
sfxinfo[sfx_ego1].caption = "Uh oh...?"
sfxinfo[sfx_ego2].caption = "Dance!"
sfxinfo[sfx_tmtele].caption = "Twisted Metal 2 Teleport"
sfxinfo[sfx_cmtele].caption = "Teleport"
sfxinfo[sfx_tobma].caption = "Thanks Obama"
sfxinfo[sfx_drip].caption = "Ultra Instinct"

sfxinfo[sfx_rick] = {
		flags = SF_X2AWAYSOUND
}