Spawning names
-
Please allow createCreep(body, [name], [memory]) to have [name] as an array of names to choose from, and pick for the list in order if they're able
eg. name = ["Creep1", "Creep2", "Creep3"] and it will attemp to spawn Creep1 unless name already exists, in which case it will attempt to use Creep2 etc. This should allow for a group of creeps to have a set of names without having to write extensive code to do so
-
You can easily check if a Gane.creeps["name"] is alive. The engine does all the checks in user time (meaning it costs CPU) before it sends the request to the server. I advice you to write your own method which does this for you. I don't think they will implement this.