MMD_PRC8/_module/nss/chk_percy.nss
Jaysyn904 adeff59f82 Initial commit
Initial commit.
2024-08-02 23:18:00 -04:00

17 lines
449 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName chk_percy
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 2/5/2006 9:23:31 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(OBJECT_SELF, "percy") != 1))
return FALSE;
return TRUE;
}