void main() { location lLocation=GetLocation(OBJECT_SELF); AssignCommand(OBJECT_SELF, PlaySound("as_cv_boomdist1")); DelayCommand(0.5, ExecuteScript("suicidethentil", OBJECT_SELF)); DelayCommand(1.0, AssignCommand(OBJECT_SELF, PlaySound("zep_explosion"))); }