15 lines
433 B
Plaintext
15 lines
433 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName strcheck2
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 9/4/2002 2:01:28 AM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
if(!(GetAbilityScore(GetPCSpeaker(), ABILITY_STRENGTH) > 16))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|