PoA_PRC8/module/nss/bam.nss
Jaysyn904 128e7e59a4 Initial upload
Initial upload
2022-10-07 14:20:31 -04:00

15 lines
416 B
Plaintext

//::///////////////////////////////////////////////
//:: 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;
}