Game Development Community

Odd error-no Mission group on in mission

by Mike Rowley · in Torque Game Engine · 05/14/2006 (11:34 am) · 2 replies

I'm getting an odd error when loading the stronghold.mis.
It's been heavily modified with AI and other objects. Today, I was adding some more AI bots and am now getting the following error:
Quote:
Executing GameOne/data/missions/stronghold.mis.
GameOne/data/missions/stronghold.mis Line: 949 - Syntax error.
No 'MissionGroup' found in mission "".
The problem is, there is no line 949. The mis ends at 948.
I went back and removed the ai that I had added, but still can't load this mission.
Any clue what would cause this error??

#1
05/14/2006 (12:53 pm)
Check and see if your brackets are aligned correctly
#2
05/14/2006 (2:28 pm)
Thankyou. Now I know what to look for. :D