#include "rtsh_multiplay"

int StartingConditional()
{
    object oPC=GetPCSpeaker();
    if (fnGetTeamMana(oPC)>99) return TRUE;
    return FALSE;
}