Dentosal / python-sc2

A StarCraft II bot api client library for Python 3
MIT License
586 stars 182 forks source link

how to siege a terran tank #208

Closed ceacar closed 5 years ago

ceacar commented 5 years ago

tried below code, tank just won't siege print("sieging tank:", tank) tank(AbilityId.SIEGEBREAKERSIEGE_SIEGEMODE)

tank(AbilityId.SIEGEMODE_SIEGEMODE)

            #tank(AbilityId.SIEGEBREAKERUNSIEGE_UNSIEGE)
            #tank(AbilityId.UNSIEGE_UNSIEGE)

log output(can see the print, no error): sieging tank: Unit(name='SiegeTank', tag=4363649026)

ceacar commented 5 years ago

I may forget add to the combined action