Navigation

    forum

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

    Posts made by peta

    • How to detect TOMBSTONES with minerals

      I have tried to make a code that looks for TOMBSTONES not have energy but have minerals. I haven't found a way. For dropped sources yes:

      Game.spawns["Spawn1"].room.find(FIND_DROPPED_RESOURCES, {filter: (x) => {return (x.resourceType != RESOURCE_ENERGY)}})

      But for TOMBSTONES non.

      If someone could help me to find TOMBSTONES with minerals I would greatly appreciate it.

      posted in Help
      peta