codesidian / Python-MissionChiefBot

A Python bot for the online game MissionChief
Other
12 stars 15 forks source link

enhancement: Ability to despatch accordingly #10

Closed jackbayliss closed 4 years ago

jackbayliss commented 4 years ago

So, I think it would be nice for the bot to understand how many despatchable vehicles are available.

So, for example if there's three and three missions, it'll assign one per mission. If there's three an one misson, it'll only assign one- etc.

At the moment it'll assign all vehicles available to a job which may not be a great idea.