14 lines
356 B
Plaintext
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);
|
||
|
}
|
||
|
|