Modding Help Issue changing monster behaviour

Discussion in 'Starbound Modding' started by 0x00FF00, Aug 15, 2016.

  1. 0x00FF00

    0x00FF00 Scruffy Nerf-Herder

    world.spawnMonster("motherpoptop", mcontroller.position(), {level = 5,
    baseParameters = {
    behaviorConfig = {
    concurrentActions = {{
    name = "action-spawncompanions",
    parameters = {
    maxCount = 3,
    spawnCooldown = 1.0,
    monsterType = "pinfriend"
    }
    }}
    }
    }
    })

    This is the script, I am unsure what I'm doing wrong.
    The monster spawns just fine but the effect intended does not work.
    It is intended to spawn the pinfriend monster type but this another alterations do not work.
    I would like some assistance trying to get this to work as intended.
    Thank you.
     
  2. Bottinator22

    Bottinator22 Void-Bound Voyager

    Are you trying to spawn Pinfriend or a Mother Poptop that spawns them?
     

Share This Page