7 lines
97 B
Plaintext
7 lines
97 B
Plaintext
int StartingConditional()
|
|
{
|
|
if (GetHitDice(GetPCSpeaker()) < 7)
|
|
return TRUE;
|
|
return FALSE;
|
|
}
|