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

20 lines
531 B
Plaintext

//::///////////////////////////////////////////////
//:: 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;
}