Amon_PRC8/_module/nss/kryxsayonce.nss

20 lines
531 B
Plaintext
Raw Permalink Normal View History

2025-04-03 19:00:46 -04:00
//::///////////////////////////////////////////////
//:: FileName kryxsayonce
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 9/4/2004 1:16:39 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(OBJECT_SELF, "SayOnce") == 0))
return FALSE;
if(!(GetLocalInt(GetModule(), "RotWarlock") == 0))
return FALSE;
return TRUE;
}