PWE_PRC8/_module/nss/henchbuff2.nss

19 lines
539 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
//::///////////////////////////////////////////////
//:: FileName henchmaxed1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 7/5/2002 10:31:17
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
int MaxedOut = GetLocalInt(OBJECT_SELF,"MaxedOut");
int BuffedUp = GetLocalInt(GetPCSpeaker(),"BuffedUp");
if (!MaxedOut && !BuffedUp) return TRUE;
return FALSE;
}