Index: trunk/src/scriptbuilder/structures/MyScriptHandler.java
===================================================================
--- trunk/src/scriptbuilder/structures/MyScriptHandler.java	(revision 22)
+++ trunk/src/scriptbuilder/structures/MyScriptHandler.java	(revision 37)
@@ -468,4 +468,6 @@
                     TMCTitle = "";
                 }
+                script.title = TMCTitle;
+                
             }
             else if (qName.equals(ELEMENT.TMT_RADIO.tag))
@@ -727,7 +729,7 @@
                     ((ParamicsEvent) newEvent).status = pcData.remove(ELEMENT.Status);
                 }
-                if (pcData.get(ELEMENT.Type) != null)
-                {
-                    ((ParamicsEvent) newEvent).type = pcData.remove(ELEMENT.Type);
+                if (pcData.get(ELEMENT.Incident_type) != null)
+                {
+                    ((ParamicsEvent) newEvent).type = pcData.remove(ELEMENT.Incident_type);
                 }
                 currInc.addNewEvent(newEvent, (int) currentEventTime);
