Amon_PRC8/_module/nss/sail_varsetrelki.nss

19 lines
534 B
Plaintext
Raw Permalink Normal View History

2025-04-03 19:00:46 -04:00
//::///////////////////////////////////////////////
//:: 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;
}