XxLunaMothxX Posted June 18, 2010 Share Posted June 18, 2010 how do you make a trigger box activate only once?I know I JUST asked a question about scripting that can be answered easily but I really couldn't find an answer to this, here is my script (remember Im still working on my Silent Hill mod)-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------scn 1SHBaby begin OnTriggerEnter IMOD 0BabyFXPlaySound 0BabyCryingSound endif End-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Thanx if u can help ^_^ Link to comment Share on other sites More sharing options...
Quetzlsacatanango Posted June 18, 2010 Share Posted June 18, 2010 scn 1SHBaby short DoOnce begin OnTriggerEnter if DoOnce == 0 IMOD 0BabyFX PlaySound 0BabyCryingSound set DoOnce to 1 endif End Link to comment Share on other sites More sharing options...
Recommended Posts