9 lines
150 B
Plaintext
9 lines
150 B
Plaintext
#include "rtsh_multiplay"
|
|
|
|
int StartingConditional()
|
|
{
|
|
object oPC=GetPCSpeaker();
|
|
if (fnGetTeamMana(oPC)>24) return TRUE;
|
|
return FALSE;
|
|
}
|