Amon_PRC8/_module/nss/sail_varsetrelki.nss
Jaysyn904 c5cffc37af Initial Commit
Initial Commit [v1.01]
2025-04-03 19:00:46 -04:00

19 lines
534 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_114
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/24/2002 5:16:34 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "DoitOnce") == 0))
return FALSE;
if(!(GetLocalInt(GetPCSpeaker(), "ReklinQuest") == 5))
return FALSE;
return TRUE;
}