PoA_PRC8/_module/nss/dexcheck.nss

15 lines
422 B
Plaintext
Raw Permalink Normal View History

2022-10-07 14:20:31 -04:00
//::///////////////////////////////////////////////
//:: FileName dexcheck
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 11/5/2002 3:38:41 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
if(!(GetAbilityScore(GetPCSpeaker(), ABILITY_DEXTERITY) < 14))
return FALSE;
return TRUE;
}