Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Console Commands in Tutorial

Spawn a new creep named Harvester1.

Game.spawns['Spawn1'].spawnCreep([WORK, CARRY, MOVE], 'Harvester1');

Spawn a new creep named Harvester2.

Game.spawns['Spawn1'].spawnCreep([WORK, CARRY, MOVE], 'Harvester2');