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

17 lines
448 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sarum_guard_gv1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 03/01/2004 16:54:38
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "sarumguard") == 1))
return FALSE;
return TRUE;
}