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

20 lines
480 B
Plaintext

//::///////////////////////////////////////////////
//:: Disable Traps Yes Help
//:://////////////////////////////////////////////
/*
Does the henchman currently not help with traps
*/
//:://////////////////////////////////////////////
//:: Created By: 69MEH69 DEC2002
//:: Created On:
//:://////////////////////////////////////////////
int StartingConditional()
{
if(GetLocalInt(OBJECT_SELF, "MH_DISABLE_TRAP") == 1)
{
return TRUE;
}
return FALSE;
}