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