Yeah, that fixed it. Thanks for the quick response.
I'm going to implement the fix into my game. Was the fix just changing the one line from:
page[i] = [name, new oMenu.Input(in_sys, name)]
to:
page[i] = [name, new Input(in_sys, name)]
or was there more to the fix?
Thanks again!