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

17 lines
449 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_edwin_talked
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 3/9/2008 8:10:41 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "edwintalked") == 1))
return FALSE;
return TRUE;
}