#include "rtsh_multiplay" int StartingConditional() { object oPC=GetPCSpeaker(); if (fnGetTeamMana(oPC)>499) return TRUE; return FALSE; }