Ancordia_PRC8/_module/nss/henchmaninv1.nss
Jaysyn904 102ba7dab6 Initial Commit
Initial Commit
2023-09-21 19:51:32 -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;
}