PWE_PRC8/_module/nss/sarum_ck2.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

17 lines
457 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sarum_ck2
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 27/03/2004 16:09:00
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(OBJECT_SELF, "sarumguardset1") ==1))
return FALSE;
return TRUE;
}