Index: trunk/src/scriptbuilder/structures/events/CHPRadioEvent.java
===================================================================
--- trunk/src/scriptbuilder/structures/events/CHPRadioEvent.java	(revision 167)
+++ trunk/src/scriptbuilder/structures/events/CHPRadioEvent.java	(revision 175)
@@ -90,4 +90,13 @@
     
     @Override
+    public void removeThis()
+    {
+        this.slice.events.remove(this);
+        //removes the correct AudioEvent when this CHPRadioEvent is removed
+        this.slice.removeCorrespondingAudioEvent(this);
+        this.slice.checkEmpty();
+    }
+    
+    @Override
     public String toXML()
     {
