Navigation

    forum

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

    Posts made by mgtherion

    • RE: Console Command to spawn creep does not apply memory options

      same problem here, memory of creeps created from code(not manually console) is always empty. it can be fixed by
      var screep = Game.spawn.spawn1.createCreep([MOVE],'Creep1',{ test: 'memory'});
      Game.creeps[screep].memory.test = 'memory';

      posted in Technical Issues and Bugs
      mgtherion