Navigation

    forum

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

    Posts made by rvabdn

    • RE: createCreep returning -10

      I see the dot.  That was just an issue with the code I posted here.  It turns out the actual issue is that I was trying to build creeps with more than 50 body parts.  Didn't realise that was too many.

      posted in Help
      rvabdn
    • createCreep returning -10

      I am seeing -10, ERR_INVALID_ARG when calling create creep.  An example of my code is 

      Game.spawns.Spawn2.createCreep([WORK,WORK,WORK,CARRY,CARRY,CARRY,MOVE,MOVE,MOVE.MOVE,MOVE,MOVE], null, {role:'harvester', homeRoom:'W48N19'})

      This worked as recently as yesterday but now it's throwing the error.

      Smaller bodys seem to work ok.  I have plenty of resources available.

      posted in Help
      rvabdn