Index: trunk/src/scriptbuilder/structures/events/AudioEvent.java
===================================================================
--- trunk/src/scriptbuilder/structures/events/AudioEvent.java	(revision 46)
+++ trunk/src/scriptbuilder/structures/events/AudioEvent.java	(revision 76)
@@ -20,4 +20,7 @@
 {
 
+    /**
+     * Constructor.
+     */
     public AudioEvent()
     {
@@ -25,6 +28,12 @@
     }
 
+    /**
+     * Length of the audio to be played, in seconds.
+     */
     public Integer audioLength = 0;
 
+    /**
+     * File path for the audio file.
+     */
     public String audioPath = "";
 
