Modding Help Define AI Message ID in Tiled

Discussion in 'Starbound Modding' started by Lefl, Jan 7, 2016.

  1. Lefl

    Lefl Phantasmal Quasar

    Hello,

    Ive been creating a custom mission for Nightly and got aimessages to work by creating a square with the property
    Code:
    stagehand | aimessage
    now my problem is that no matter what extra propertys i add, it will always show the "test" aimessage.
    ive already tried
    Code:
    id | lunarbase01
    but it simply doesnt work, theres also no error in the starbound log.
    so how do i define the message id?
     
  2. Monijir

    Monijir Scruffy Nerf-Herder

    Try adding :

    Code:
    parameters | {"id" : "lunarbase01"}
    
    Shot in the dark.
     

Share This Page