Bing
Bing
Some scenarios needs to take a long time to reproduce. I'm wondering if there's a way to take a snapshot of the game state, like . E.g. ```python def step(self):...
For Terran, assume I have a building under construction. During construction, the enemy destroyed the SCV which is building this structure. I don't find a way to let another SCV...
I'm trying to upgrade Banshee ability from Startport TechLab. I used below code: ``` Python 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))...
- [ Y ] I've [opened a support ticket](https://trufflesuite.zendesk.com/hc/en-us/requests/new) before filing this issue. --------------------------- ## Issue Forked ethereum mainnet can't deploy any contract because insufficient fund (0 wei). ## Steps...
```powershell > ganache-cli --version ganache v7.4.1 (@ganache/cli: 0.5.1, @ganache/core: 0.5.1) > ganache-cli --fork https://mainnet.infura.io/v3/infuraToken --unlock "0xb527a981e1d415AF696936B3174f2d7 aC8D11369" --chain.chainId 999 --chain.networkId 999 ganache v7.4.1 (@ganache/cli: 0.5.1, @ganache/core: 0.5.1) Starting RPC server...