11 lines
121 B
Plaintext
11 lines
121 B
Plaintext
|
|
int StartingConditional()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
|
|
if (!(GetHitDice(oPC) >= 10)) return TRUE;
|
|
|
|
return FALSE;
|
|
}
|
|
|