Screeps-Nooby-Guide icon indicating copy to clipboard operation
Screeps-Nooby-Guide copied to clipboard

control spam console.log

Open zh4r0nax opened this issue 6 years ago • 1 comments

if(Game.spawns.Spawn1.energy >= 300){ //Game.spawns.Spawn1.createCreep's

if (!(name < 0)) { console.log("Spawned new creep: " + name); console.log("Spawned new builder: " + numberOfBuilders); console.log("Spawned new upgrader: " + numberOfUpgraders); console.log("Spawned new harvester: " + numberOfHarvesters); } }

zh4r0nax avatar Jul 15 '18 16:07 zh4r0nax

If this is a proposed change I would recommend to post it as a pull request.

Tim-Pohlmann avatar Jul 16 '18 19:07 Tim-Pohlmann