I'm back and i think this is my last problem for awhile so basically what happens is when you or p2 hit a certain life point this danger theme plays now everything works just fine its just that it has this one problem it repeats the sound everytime you enter a different state i have no idea why its doing that so im completely lost here and i think thats the only thing wrong with it heres my code
Stop the normal stage music from playing
[state -3, AssertSpecial]
type = AssertSpecial
trigger1 = time < 100000000 && life < 100
;trigger1 = stateno = [0,5000]
flag = nomusic
ignorehitpause = 1
persistent = 1
Danger theme that repeats itself everytime i go into a diffferent state
Question
Ultra Fatality
I'm back and i think this is my last problem for awhile so basically what happens is when you or p2 hit a certain life point this danger theme plays now everything works just fine its just that it has this one problem it repeats the sound everytime you enter a different state i have no idea why its doing that so im completely lost here and i think thats the only thing wrong with it heres my code
Stop the normal stage music from playing
[state -3, AssertSpecial]
type = AssertSpecial
trigger1 = time < 100000000 && life < 100
;trigger1 = stateno = [0,5000]
flag = nomusic
ignorehitpause = 1
persistent = 1
Danger theme that repeats itself everytime i go into a diffferent state
[state -3, PlaySnd]
type = PlaySnd
trigger1 =time=1&&life<100&&StageVar(info.name)="Wasteland"
value = S6000,0
volumescale = 30
channel = -1
loop = 1
and i use this stop snd to help fix it but nothing worked
[state 0, StopSnd]
type = StopSnd
trigger1 = time = 0
channel = -1
;ignorehitpause =
;persistent =
well i hope this help you guys help me because this is the last thing im stuck on before i can keep moving
13 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now