15 lines
437 B
Plaintext
15 lines
437 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_test_str16
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 2004-03-21 23:13:52
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
if(!(GetAbilityScore(GetPCSpeaker(), ABILITY_STRENGTH) > 16))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|