hey guys,
im not new but not that good at scripting and i ran into a problem. before i tell you whats wrong ill tell you what i want to achieve.
the mission is to go a radio station that plays propaganda music, you need to change the "cd" for the objective to be complete.
the propaganda music is a 16 second long audio file that i put on repeat if you wanna call it that.
so what i did is placed a trigger, when the player gets in a certain distance to the station he hears the propaganda music. so the trigger executes music1.sqs which looks like this =
#hook1
PlayMusic "prop"
~15.5
goto "hook1"
ok so now the player moves to the stereo and executes music2.sqs which pretty much just plays another sound file. now this sound file keeps getting cut out because the first one is still on that "loop". ive tried for hours to figure something out, went up and down forums, the wiki site and the editors guide, couldnt figure it out. im probably looking for the wrong thing
also its probably stupid for me to have it in 2 seperate SQS files right? problem is, like i said im not new but im not that good at this. how do i either terminate the first one when the other one goes true? tried several things already
also another question, is there an IRC channel for editors??? ive heard of one
greets dog