acceptInput

public void acceptInput(String input)

Passes player input into the current prompt. The next prompt (as determined by the current prompt) is then displayed to the user.

Parameters

input

The user's chat text.