Post#2 » Fri Nov 05, 2010 4:24 am
The first time you spawn a bot you have created with underscores in the name, in my experience, you will need to use "" and replace the underscores with spaces.
bot spawn "I Used Underscores Like A Moron"
The bot will be spawned with the spaces permanently removed and capitalization preserved. Subsequently you will need to use the spawn command without spaces in the name:
bot spawn IUsedUnderscoresLikeAMoron
If your goal in using underscore was to create a surname, I don't think it is possible. As you can see above it always truncates to one name, though arbitrary capitalization is allowed. I'd suggest the following syntax:
bot create IUsedUnderscoresLikeAMoron 1 1 male
bot spawn IUsedUnderscoresLikeAMoron