My current IntComp takes a input list and makes a generator. IIUC, I need to change this to be an int, have my input opcode merely read this var rather than calling next(inputs) and simple go IntComp.input = new input before each run?