screeps-starter-python icon indicating copy to clipboard operation
screeps-starter-python copied to clipboard

Javascript uses conventions from ES6 (import/export) when they're not supported in screeps

Open FiddlerNeb opened this issue 2 years ago • 1 comments

Got the program working but it uses syntax from ES6 which is not supported in screeps such as import/export

image

FiddlerNeb avatar Nov 05 '23 02:11 FiddlerNeb

it also uses depricated screeps syntax, such as "createCreep" which has since been replaced with "spawnCreep"

FiddlerNeb avatar Nov 05 '23 02:11 FiddlerNeb