You could use the random number generator to return a sequence of random characters. If they happen to be words that describe a thing you might possibly do, obey them, otherwise generate another sequence.
This removes the burden of having to list all your choices, including the ones about buying pokemons.
(But creates a new problem of what exactly is a meaningful command. For example, “go”, without specifying where exactly to go; are you free to simply go to the place of your choice, or do you have to re-roll?)
You could use the random number generator to return a sequence of random characters. If they happen to be words that describe a thing you might possibly do, obey them, otherwise generate another sequence.
This removes the burden of having to list all your choices, including the ones about buying pokemons.
(But creates a new problem of what exactly is a meaningful command. For example, “go”, without specifying where exactly to go; are you free to simply go to the place of your choice, or do you have to re-roll?)
Fixed
Why?