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

17 lines
436 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName td_008
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 9/16/2002 4:57:41 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "nMalek") == 1))
return FALSE;
return TRUE;
}