Heretic
Resource contributor
- Messages
- 6,830
- Country

You've missed my very first statement. This needs to be fixed:
At the moment, you're evaluating something, write something to another variable and have some code that is executed after an evaluation. I really do not think that this is the correct order.
Fix this and see if it helps with the looping sound.
Code:
1 (">>G:Var1) (L:Stabilizer, degree) -2.5 ">>
1 (">>L:PushedSound,number)
if{
(L:Stabilizer, degree) 0.05 - (">>L:Stabilizer, degree)
}
At the moment, you're evaluating something, write something to another variable and have some code that is executed after an evaluation. I really do not think that this is the correct order.
Fix this and see if it helps with the looping sound.




