Navigation

    forum

    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    1. Home
    2. ShaunLeeks1
    3. Posts
    • Flag Profile
    • block_user
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Groups
    • Blog

    Posts made by ShaunLeeks1

    • RE: Creeps not in Game.creeps

      Also any new creep created will work but not the old creeps šŸ˜•

      posted in Help
      ShaunLeeks1
    • Creeps not in Game.creeps

      I am running the following code but only one name is appearing in the console and It also happens to be the only creep that is doing something. I don't know why It all worked fine last night, but now it's all broken for some reason. Could the server maintenanceĀ have done it?

      for(var name in Game.creeps) {
      var creep = Game.creeps[name];
      console.log('NameĀ : '+name);

      }

      posted in Help
      ShaunLeeks1