RATDOG/_module/nss/sc_006.nss

15 lines
418 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName sc_006
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/2/2005 7:26:13 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
if(!(GetAbilityScore(GetPCSpeaker(), ABILITY_STRENGTH) > 18))
return FALSE;
return TRUE;
}