RCRPG/Nim: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
Line 334:
if tokens[0] in game.aliases:
tokens[0] = game.aliases[tokens[0]]
# Check command.
 
# Check command.
if tokens[0] notin Commands:
echo "Invalid command."
Anonymous user