Navigation

    forum

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

    mgtherion

    @mgtherion

    1
    Posts
    909
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    mgtherion Follow

    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