12 lines
121 B
Plaintext
12 lines
121 B
Plaintext
|
|
|
|
int StartingConditional()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
|
|
if (!(GetHitDice(oPC) <= 5)) return FALSE;
|
|
|
|
return TRUE;
|
|
}
|
|
|