Author Topic: Why is this not working?  (Read 1016 times)


Problem in the .mis

Code: [Select]
//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {

   new ScriptObject(MissionInfo) {
         name = "Bedroom";
         saveName = "Bedroom";
   };
   new MissionArea(MissionArea) {
      Area = "-1376 -1664 3744 3328";
         flightCeilingRange = "20";
         locked = "true";
         flightCeiling = "300";

I'm sure there's other errors too. I just spotted this first.