void main() { location lLocation=GetLocation(OBJECT_SELF); AssignCommand(OBJECT_SELF, PlaySound("as_cv_boomdist1")); DelayCommand(1.0, AssignCommand(OBJECT_SELF, PlaySound("as_cv_boomdist2"))); DelayCommand(3.5, AssignCommand(OBJECT_SELF, PlaySound("as_an_vulture1"))); DelayCommand(5.5, ExecuteScript("smallshell", OBJECT_SELF)); DelayCommand(5.5, AssignCommand(OBJECT_SELF, PlaySound("zep_explosion"))); DelayCommand(5.5, ExecuteScript("killself", OBJECT_SELF)); }