Use this to switch on / off an object so it does or doesnt react to triggers.
syntax: switch {object} on|off|toggle;
eg: switch $actor off; switch $target's link toggle;
most commands will not cause an object to react if the object is switched off.. however these trigger words will case it to react.. and you can use this to switch an object on: arrives,leaves,shout,call,whistle,wakes,sleeps,switch,modify
eg: to start an object reacting when someone walks in a room do this: if reacting to arrives then wakemeup;