Navigation

    forum

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

    Topics created by Belfigor

    • Why game stop executing first part of my script?
      Help • • Belfigor

      2
      2
      Posts
      3111
      Views

      fixed. just added call of getData function inside main loop
    • Zabbix + Screeps
      Help • • Belfigor

      3
      3
      Posts
      3808
      Views

      Thank you!
    • How to upgrade room controller to level 2?
      Help • • Belfigor

      5
      5
      Posts
      10598
      Views

      Hi, I have used this code in the Script tab if(creep.room.controller) { var creep1 = Game.creeps.Worker1; creep1.moveTo(creep1.room.controller); creep1.upgradeController(creep1.room.controller); return; } But it does not work I tried to use this code in the console Game.creeps.Worker1.moveTo(Game.creeps.Worker1.room.controller); But it is an error -7