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

17 lines
446 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName edwin_qst_sc
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 4/7/2008 10:14:59 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "edwinquest") == 1))
return FALSE;
return TRUE;
}