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
Post a Comment