screeps - Is there any way to change the spawn location? -


currently new creep spawn 1 square above spawn or in next available clockwise position.

is there way choose newly created creeps go?

you can't can make moving after created flag.

if(game.flags.flag1 !== undefined){     creep.moveto(game.flags.flag1); } 

Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -