RATDOG/_module/nss/sc_004.nss

15 lines
419 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName sc_004
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 7/30/2005 3:26:25 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
if(!(GetAbilityScore(GetPCSpeaker(), ABILITY_STRENGTH) > 24))
return FALSE;
return TRUE;
}