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

17 lines
460 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName glv_talkshopbroo
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 5/15/2004 2:04:13 AM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "nTalkedInnkeepBrooke") == 0))
return FALSE;
return TRUE;
}