PoA_PRC8/_module/nss/strcheck.nss

15 lines
421 B
Plaintext
Raw Permalink Normal View History

2022-10-07 14:20:31 -04:00
//::///////////////////////////////////////////////
//:: FileName strcheck
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 11/3/2002 8:48:33 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
if(!(GetAbilityScore(GetPCSpeaker(), ABILITY_STRENGTH) > 13))
return FALSE;
return TRUE;
}