9 lines
138 B
Plaintext
9 lines
138 B
Plaintext
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
if(!(GetAbilityScore(GetPCSpeaker(), ABILITY_STRENGTH) == 18))
|
||
|
return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|