Quote (Neo_Fire_Sonic)
Could you explain more?
I copy and paste the same SCtrl in other states, and it still doesn't work. Even if I use trigger1 = 1, they don't work.
Quote (V-Nix)
Maybe delete these 2 lines?
I tried, but still not working.
Tried changing the State 0 thing, but no good results.
Quote (Neo_Fire_Sonic)
volume should be 255 so you can hear the sound, channel should not be negative
Volume is not a matter, if it was, then it shouldn't have played in Statedef 20. Channel -1 is a special channel where sound plays in any free channel. Again, it played well in Statedef 20.
However, I found a way to play sounds.
---------------------------------
[Statedef -2]
[State 0, PlaySnd]
type = PlaySnd
triggerall = stateno = 100
trigger1 = animelem = 2
trigger2 = animelem = 5
value = S1,0
It works this way, but it's slower to code...