Files
HeroesStone_PRC8/_module/nss/requintalk1fem.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

21 lines
542 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName requintalk1fem
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 23/03/2005 20:48:44
//:://////////////////////////////////////////////
int StartingConditional()
{
// Add the gender restrictions
if(GetGender(GetPCSpeaker()) != GENDER_FEMALE)
return FALSE;
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "quintalk") == 1))
return FALSE;
return TRUE;
}