HiddenTradition_PRC8/_module/nss/sc_testmale.nss
2024-06-20 15:47:42 -04:00

17 lines
440 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_testmale
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/15/2002 3:33:34 AM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Add the gender restrictions
if(GetGender(GetPCSpeaker()) != GENDER_MALE)
return FALSE;
return TRUE;
}