class InteractionsDB { // hashmap of key = act name, value = emoAction HashMap hm = new HashMap(); InteractionsDB(String[] inputH){ parseHash(inputH); } void evalAction(ArrayList characters, int actionID) { } void parseHash(String[] inputH) { int[][] stateI = new int[56][56]; int s = 0; // State counter (to avoid crappy lines) EmoAction act = null; for (int i = 0; i 1) { for (int j = 0; j < stateI[0].length; j++) { //println("placing item: " + s + ", " + j); stateI[s][j] = int(parseline[j]); } s++; // increment the row } } } }