Index: trunk/src/scriptbuilder/structures/events/CHPRadioEvent.java
===================================================================
--- trunk/src/scriptbuilder/structures/events/CHPRadioEvent.java	(revision 46)
+++ trunk/src/scriptbuilder/structures/events/CHPRadioEvent.java	(revision 76)
@@ -22,4 +22,7 @@
 {
 
+    /**
+     * Constructor.
+     */
     public CHPRadioEvent()
     {
@@ -27,8 +30,17 @@
     }
 
+    /**
+     * List of the lines of dialog in this event.
+     */
     public ArrayList<String> lines = new ArrayList<String>();
 
+    /**
+     * List of the corresponding roles for each line of dialog.
+     */
     public ArrayList<String> roles = new ArrayList<String>();
 
+    /**
+     * Path for the audio file to be played during this event.
+     */
     public String radioFile = "";
 
