6 lines
102 B
Plaintext
6 lines
102 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
if (GetHitDice(GetPCSpeaker()) <= 3) return TRUE;
|
||
|
return FALSE;
|
||
|
}
|