PoA_PRC8/module/nss/bam.nss

15 lines
416 B
Plaintext
Raw Normal View History

2022-10-07 14:20:31 -04:00
//::///////////////////////////////////////////////
//:: FileName bam
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 11/5/2002 4:02:23 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
if(!(GetAbilityScore(GetPCSpeaker(), ABILITY_STRENGTH) < 15))
return FALSE;
return TRUE;
}