View Single Post
  #9  
Old 01-11-2010, 11:49 PM
bad_captain
Developer
 
Join Date: Feb 2009
Location: Cincinnati, OH
Posts: 512
Default

I updated to current revision of code and DB. I am having this problem, but have also gotten it to work.

I can create a BOT with a single name 'Joe'
#bot create Joe 1 2 male

I can then spawn him
#bot spawn Joe (I like this better than the IDs, but need to redo my macros)

But, I get this error if I name my BOT with a first and last name
#bot create Joe_Bot 1 2 male

I try to spawn him
#bot spawn Joe_Bot
#bot spawn Joe Bot
#bot spawn Joe

All give me the 'You can't spawn a bot you don't own.' error.
He is in the database, and shows up in the #bot list as Joe Bot. I know things were a little wonky when I used the underscore before for bots names, as the group window would show the name as JoeBot, but the list would show Joe Bot, so it's probably something like a string compare issue before or after the name has the underscore stripped from it. If I had the time, I'd try and find it, but work is a bit busy to start the year.
Reply With Quote