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

19 lines
538 B
Plaintext

//::///////////////////////////////////////////////
//:: 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;
}