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

17 lines
449 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName reqalashimtalk1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 20/03/2005 21:46:11
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "alashimtalk") == 1))
return FALSE;
return TRUE;
}