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

15 lines
421 B
Plaintext

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