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

14 lines
356 B
Plaintext

//::///////////////////////////////////////////////
//:: Turn On Disable Trap Help
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: 69MEH69
//:: Created On: DEC2002
//:://////////////////////////////////////////////
void main()
{
SetLocalInt(OBJECT_SELF, "MH_DISABLE_TRAP", 1);
}