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

17 lines
441 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName aa_002
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 1/18/2003 12:58:59 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "SpokeSmith") == 1))
return FALSE;
return TRUE;
}