int StartingConditional()
{
object oPC = GetPCSpeaker();

if (GetLocalInt(oPC, "MAPSDONE") != 100) return FALSE;

return TRUE;
}