Getting User Input? (r-p-s)

NPCs are playing r-p-s nicely. But I also need NPCs to play r-p-s with the PC, and for this I need to get input from the player.

I’ve been doing pretty good on my own up to this point – a productive few days – but I’m not finding the method to ask for user input outside of the normal prompt cycle. Can anyone tell me how to do that?

Conrad.

You can use inputManager.getInputLine.

Sweet! Thanks.

Conrad.