Navigation

    forum

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

    Topics created by DXsmiley

    • Walling In Source Keeper Spawns
      General Discussion • • DXsmiley

      6
      6
      Posts
      7684
      Views

      Probably. I should debug it a bit soon, after I finished writing code to expand into a new room and construct roads.
    • Can't see into room E2N5
      Technical Issues and Bugs • • DXsmiley

      3
      3
      Posts
      4827
      Views

      I have the same issue with room W7S13 (no sources, no controller)
    • Who attacked me?
      General Discussion • • DXsmiley

      2
      2
      Posts
      3068
      Views

      You'll have to send it to yourself using Game.notify since the game itself only sends that you were attacked but not by who.
    • Comment on last line of code causes errors
      Technical Issues and Bugs • • DXsmiley

      2
      2
      Posts
      3327
      Views

      Huh, never noticed this, but it is correct. Same issue if I try it. Its easy to simply work around though.
    • Recolour Individual Creeps
      Feature Requests • • DXsmiley

      4
      4
      Posts
      5305
      Views

      Agreed
    • Strange error when executing successful command from console.
      Technical Issues and Bugs • • DXsmiley

      6
      6
      Posts
      7517
      Views

      I have exactly the same problem: When executing an console command, I sporadically get an error in a piece of code which works completely fine otherwise! reproductionManager.reproduce.call(creep); TypeError: Cannot read property 'call' of undefined In regular script execution, this code works without problems! Just if I type a console command, I get this error now and then! I guess this has to do with a similar issue (which I already created a post about), that the regular code is not accessible from console anymore (Prototype declarations, enhancements of the global object, etc.)! :-((