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

17 lines
457 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName henchmaninv1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 6/29/2002 15:39:10
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(OBJECT_SELF, "HenchmanInv") == 1))
return FALSE;
return TRUE;
}