Aantioch_Infernum/_module/nss/ck_gender_girl.nss

9 lines
125 B
Plaintext
Raw Permalink Normal View History

2023-08-08 16:22:17 -04:00
int StartingConditional()
{
object oPC = GetPCSpeaker();
if (GetGender(oPC) == GENDER_FEMALE) return TRUE;
return FALSE;
}