11 lines
139 B
Plaintext
11 lines
139 B
Plaintext
|
|
int StartingConditional()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
|
|
if (GetSkillRank(SKILL_LORE, oPC) + d20 () > 35) return TRUE;
|
|
|
|
return FALSE;
|
|
}
|
|
|