Navigation

    forum

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

    Topics created by MieskeB

    • Unsolved Error unable to find path
      Help • • MieskeB

      2
      2
      Posts
      3726
      Views

      same issue that have been reported here i guess: https://screeps.com/forum/topic/2257/creep-moveto-almost-always-returning-2 Basically the terrain is "wall" where it should not be. Seen a lot of people reporting this.
    • Solved Basic move script doesn't work
      Help • • MieskeB

      2
      2
      Posts
      4908
      Views

      Hi! You should just test, which of your code is executed (e.g. via console.log)... First failure is here: for(var name in Game.creeps) { if (name.name == 'Builder') { name.name doesn't sound legit