PWE_PRC8/_module/nss/69_yes_disable.nss

20 lines
480 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
//::///////////////////////////////////////////////
//:: 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;
}