Ive read like all speaker topics but none of helped so dont redirect me pl0x >_>
Im creating a uberlame sniper map with a secret room. I wanna have you switch 4 songs on or off.
I have 5 func_invisible_user’s that are connected to 5 target_script_trigger’s. I looked at the script of voilegarde_b2 and i got this:
triggersongoff
{
spawn
{
}
trigger play
{
disablespeaker music1
disablespeaker music2
disablespeaker music3
disablespeaker music4
}
}
triggersong1
{
spawn
{
}
trigger play
{
enablespeaker music1
disablespeaker music2
disablespeaker music3
disablespeaker music4
}
}
triggersong2
{
spawn
{
}
trigger play
{
disablespeaker music1
enablespeaker music2
disablespeaker music3
disablespeaker music4
}
}
triggersong3
{
spawn
{
}
trigger play
{
disablespeaker music1
disablespeaker music2
enablespeaker music3
disablespeaker music4
}
}
triggersong4
{
spawn
{
}
trigger play
{
disablespeaker music1
disablespeaker music2
disablespeaker music3
enablespeaker music4
}
}
Should be easy but i havent script in a while so im stuck from this point.
i dont have a speaker yet, but what targetname/target/scriptname must i give it? And is the script correct?
Its a looped song btw. I want the music to be off when the map starts.
thnx <3
limmeh
