9 lines
142 B
Plaintext
9 lines
142 B
Plaintext
|
|
int StartingConditional()
|
|
{
|
|
if(!(GetAbilityScore(GetPCSpeaker(), ABILITY_INTELLIGENCE) == 15))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|