Page 1 of 1
BotCmd and bot_manager
Posted: Sat May 28, 2016 1:29 pm
by BackRaw
Hi,
what is basically everything in players/bots.py? What can I do with the bot_manager and BotCmd? Anything special? :D
Thanks!
Re: BotCmd and bot_manager
Posted: Sat May 28, 2016 1:33 pm
by Ayuto
Re: BotCmd and bot_manager
Posted: Sat May 28, 2016 1:52 pm
by BackRaw
Re: BotCmd and bot_manager
Posted: Sun May 29, 2016 8:59 pm
by Kami
Okay, I'm propably noobing out alot right now, but this looks a lot like it could be used to create custom bots :D Am I absolutely wrong or might this be possible with SP?
Re: BotCmd and bot_manager
Posted: Sun May 29, 2016 9:13 pm
by Ayuto
Yeah, that might be possible with a tick listener and BotController.run_player_move(). But I have never tried that.