Index: trunk/src/scriptbuilder/structures/TimeSlice.java
===================================================================
--- trunk/src/scriptbuilder/structures/TimeSlice.java	(revision 7)
+++ trunk/src/scriptbuilder/structures/TimeSlice.java	(revision 9)
@@ -185,3 +185,14 @@
 
     }
+
+    /**
+     * Stub method. Converts the contents of this timeslice to a correctly
+     * formatted <ScriptEvent> XML element.
+     *
+     * @return XML conversion of this timeslice.
+     */
+    public String toXML()
+    {
+        return "STUB";
+    }
 }
