Navigation

    forum

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

    Topics created by Artritus

    • Simultaneous ranged_attack / ranged_heal
      Help • • Artritus

      2
      2
      Posts
      3156
      Views

      Since it's in both lines, it means that it will conflicht with any actions of both lines.
    • Controler Bug (minor)
      Technical Issues and Bugs • • Artritus

      1
      1
      Posts
      2490
      Views

      No one has replied

    • Example for storing and using a path in memory?
      General Discussion • • Artritus

      6
      6
      Posts
      16032
      Views

       And here I was trying to make sense of _move.path, and all proud that I had figured out what I needed.  I was trying to figure out which direction the pathfinder was taking my creep when doing moveTo(x,y,""); Just in case anyone else was looking, here's a quick snippet.     creep.moveTo(new RoomPosition(5, 19, creep.room.name));    console.log(JSON.stringify(Room.deserializePath(creep.memory._move.path)));