PWE_PRC8/_module/nss/69_disable_on.nss

14 lines
356 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
//::///////////////////////////////////////////////
//:: Turn On Disable Trap Help
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: 69MEH69
//:: Created On: DEC2002
//:://////////////////////////////////////////////
void main()
{
SetLocalInt(OBJECT_SELF, "MH_DISABLE_TRAP", 1);
}