Why this parse error?

Discussion in 'Content Creation' started by iheartmods, Oct 23, 2015.

  1. iheartmods

    iheartmods
    Expand Collapse

    Joined:
    Aug 8, 2012
    Messages:
    1,482
    Working on my level when it suddenly won't load because of this:

    This is what I believe the error is going on about (for I don't know why)

    Code:
    new TSStatic() {
          shapeName = "levels/dry_rock_island/art/shapes/misc/parkinglot_01_c.dae";
          playAmbient = "1";
          meshCulling = "0";
          originSort = "0";
          collisionType = "Collision Mesh";
          decalType = "Collision Mesh";
          allowPlayerStep = "1";
          renderNormals = "0";
          forceDetail = "-1";
          position = "-4070.54 5253.36 24.1061";
          rotation = "0 0 1 180.73";
          scale = "1 1 1";
          canSave = "1";
          canSaveDynamicFields = "1";
       };
    };
    //--- OBJECT WRITE END ---
    
     

    Attached Files:

  2. Scepheo

    Scepheo
    Expand Collapse

    Joined:
    Feb 10, 2015
    Messages:
    601
    Your LevelInfo is missing its closing bracket.
     
    • Like Like x 1
  3. iheartmods

    iheartmods
    Expand Collapse

    Joined:
    Aug 8, 2012
    Messages:
    1,482
    Thank you! (I am an idiot)
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice