We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I'm trying to upgrade Banshee ability from Startport TechLab. I used below code:
if self.units(UnitTypeId.STARPORTTECHLAB).ready.exists: for spt in self.units(UnitTypeId.STARPORTTECHLAB).idle: # self.combinedActions.append(spt(AbilityId.STARPORTTECHLABRESEARCH_RESEARCHMEDIVACENERGYUPGRADE)) # self.combinedActions.append(spt(AbilityId.STARPORTTECHLABRESEARCH_RESEARCHDURABLEMATERIALS)) # self.combinedActions.append(spt(AbilityId.STARPORTTECHLABRESEARCH_RESEARCHLIBERATORAGMODE)) # self.combinedActions.append(spt(AbilityId.STARPORTTECHLABRESEARCH_RAVENRESEARCHENHANCEDMUNITIONS)) self.combinedActions.append(spt(AbilityId.STARPORTTECHLABRESEARCH_RESEARCHDURABLEMATERIALS)) await self.do_actions(self.combinedActions)
I tried each comment part, none of them work. Now I cannot upgrade any ability from starport techlab.
I'm trying to upgrade Banshee ability from Startport TechLab.
I used below code:
I tried each comment part, none of them work.
Now I cannot upgrade any ability from starport techlab.