Author Topic: No 'MissionGroup' found in mission "".  (Read 2493 times)

Here's the error code from console.log, the download for the .mis itself is below.
Code: [Select]
*** LOADING MISSION: Add-Ons/Map_DivarkRPG/DivarkRPG.mis
*** Stage 1 load
Mission Name: DivarkRPG
Mission SaveName:
Mission Description:
   Welcome to the Ultimate RPG DM Map.
*** Stage 2 load
Executing Add-Ons/Map_DivarkRPG/DivarkRPG.mis.
Add-Ons/Map_DivarkRPG/DivarkRPG.mis Line: 1017 - Syntax error.
>>> Some error context, with ## on sides of error halt:
      shapeName = "Add-Ons/Map_DivarkRPG/barrel.dts";

   };

   new TSStatic() {

      position = "-667.729 -500.068 36.3042";

      rotation = "0 0 1 90";

      scale = "1 1 1";

      shapeName = "Add-Ons/Map_DivarkRPG/campus3.dts";

   };

};

//--- OBJECT WRITE END ---



##
>>> Error report complete.


No 'MissionGroup' found in mission "".
BackTrace: ->SM_StartMission->createServer->loadMission->loadMissionStage2
whatthe
« Last Edit: December 29, 2011, 07:37:10 AM by --LegoPepper-- »

Fixed. I was missing a };

Locking...