9 lines
150 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
#include "rtsh_multiplay"
int StartingConditional()
{
object oPC=GetPCSpeaker();
if (fnGetTeamMana(oPC)>24) return TRUE;
return FALSE;
}