RATDOG/_module/nss/sc_006.nss
Jaysyn904 0f13e6c538 Initial module commit
Initial module commit.
2021-08-29 23:34:48 -04:00

15 lines
418 B
Plaintext

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