15 lines
418 B
Plaintext
15 lines
418 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_001
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 7/30/2004 7:35:55 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
if(!(GetAbilityScore(GetPCSpeaker(), ABILITY_STRENGTH) < 8))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|