Index: trunk/src/scriptbuilder/structures/ScriptIncident.java
===================================================================
--- trunk/src/scriptbuilder/structures/ScriptIncident.java	(revision 120)
+++ trunk/src/scriptbuilder/structures/ScriptIncident.java	(revision 122)
@@ -188,4 +188,5 @@
     public void addNewEvent(I_ScriptEvent ev, int start)
     {
+        /*
         int leftoverSeconds = start % 60;
         
@@ -202,4 +203,5 @@
             }
         }
+        */
         
         //Check to see if there's already a timeslice here
Index: trunk/src/scriptbuilder/gui/application.properties
===================================================================
--- trunk/src/scriptbuilder/gui/application.properties	(revision 121)
+++ trunk/src/scriptbuilder/gui/application.properties	(revision 122)
@@ -1,3 +1,3 @@
-#Thu, 14 Sep 2017 11:38:45 -0700
+#Tue, 19 Sep 2017 15:12:22 -0700
 
 Application.revision=0
Index: trunk/src/scriptbuilder/gui/panels/IncidentTimelinePanel.java
===================================================================
--- trunk/src/scriptbuilder/gui/panels/IncidentTimelinePanel.java	(revision 117)
+++ trunk/src/scriptbuilder/gui/panels/IncidentTimelinePanel.java	(revision 122)
@@ -243,6 +243,9 @@
                 if (getTopLevelAncestor() instanceof IncidentEditorFrame)
                 {
-                    if (incident.slices.size() == 0)
+                    if (incident.slices.size() == 0 && newSlice != 0)
                     {
+                        JOptionPane.showMessageDialog(g, "This is the first event in the incident.\n"
+                                + "Therefore, it will be automatically positioned at time 00:00:00,\n"
+                                + "relative to the start of the incident.", "Event will be moved", JOptionPane.INFORMATION_MESSAGE);
                         newSlice = 0;
                     }
