Modding Help HELP!!

Discussion in 'Starbound Modding' started by Noah Nebula, Jan 1, 2019.

  1. Noah Nebula

    Noah Nebula Sandwich Man

    FIXED! This monster boss I made doesn't die even when it's at 0 HP. I do I fix this! HELP!
    15.png
     
    Last edited: Jan 2, 2019
  2. Noah Nebula

    Noah Nebula Sandwich Man

    Found the problem;
    Code:
          {
            "title": "setDying",
            "type": "action",
            "name": "setDying",
            "parameters": {
              "shouldDie": {"value": false}
            }
          },
    The "shouldDie" value was set to false, I just set it to true and now it works.
     

Share This Page