Navigation

    forum

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

    Athanasius

    @Athanasius

    4
    Posts
    786
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Athanasius Follow

    Posts made by Athanasius

    • flags undefined

      on respawning I found that "flags" was undefined. I placed several flags in my room (room E11S5) and it is still undefined. I then placed a memory watch on one of these flags, and the memory slot was labeled with an 'invalid path' message.

      posted in Technical Issues and Bugs
      Athanasius
    • Transfering energy to controller

      room E4S9 i'm running the code

      creep.transferEnergy(creep.room.controller)
      

      and this returns a -7. Are controllers not a valid target for transferEnergy?

      posted in Technical Issues and Bugs
      Athanasius
    • RE: Room.controller is 'undefined'

      HAH, i figured it out, sorry for the dumbness, I'm kind of new.

      posted in Technical Issues and Bugs
      Athanasius
    • Room.controller is 'undefined'

      I tried to execute this code in room E4S9 without result:
      Game.creeps.Harvester.moveTo(Room.controller);
      The creep does not move.
      I then tried typing 'Room.controller' into the terminal, and it returns 'undefined'

      posted in Technical Issues and Bugs
      Athanasius