I copied the exact text for the function:
void OnUserInput(string input)
{
print("The user typed " + input);
}
Nothing is showing up on the console at all!?!
Where is OnUserInput declared anyways? I looked through all the other scripts (Terminal, Keyboard, DisplayBuffer, InputBuffer, Utility, Display) and cannot find any reference at all to this. Am I missing something after importing my package?
print works fine if I just print something in the main function.