UW2_PRC8/_module/nss/bam.nss
Jaysyn904 5197ad9a4d Initial upload
Initial upload
2023-09-25 20:24:01 -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;
}