Skip to content

Instantly share code, notes, and snippets.

@wolfhesse
Created July 30, 2016 14:53
Show Gist options
  • Save wolfhesse/68c3d94a8f8f51345e88154c7d930f27 to your computer and use it in GitHub Desktop.
Save wolfhesse/68c3d94a8f8f51345e88154c7d930f27 to your computer and use it in GitHub Desktop.
:screeps
(function() {
var name =
Game.spawns['Spawn1'].createCreep( [WORK, CARRY, MOVE], 'Harvester1' );
Game.spawns['Spawn1'].createCreep( [WORK, CARRY, MOVE], 'Harvester2' );
Game.spawns['Spawn1'].createCreep( [WORK, CARRY, MOVE], 'Harvester3' );
Game.spawns['Spawn1'].createCreep( [WORK, CARRY, MOVE], 'Harvester4' );
Game.spawns['Spawn1'].createCreep( [WORK, CARRY, MOVE], 'Harvester5' );
})();
// document.createElement('script');
// wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
// wf.type = 'text/javascript';
// wf.async = 'true';
// var s = document.getElementsByTagName('script')[0];
// s.parentNode.insertBefore(wf, s);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment