So, does this depend on other things or does this work:
Code:
ffc script crash{ void run(){ while(true){ Waitframe(); SetLayerComboS(2, 0, 0); } } }