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

17 lines
443 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName reqquintalk1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 25/03/2005 12:49:33
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "quintalk") == 1))
return FALSE;
return TRUE;
}