TRIG-DETACH

commands

Also known as: %DETACH%

Usage: detach <vnum | all> id * if we - as described in the attach example, want our mob/obj/room to behave * differently, it is not always enough to just add another trigger with attach. * it might be necessary to remove some old ones : detach 3000 %self.id% or detach all %self.id% The opposite of attach, this removes triggers from the specified target. Example: TSTAT 45 See also:: ATTACH, DETACH, TRIG-ATTACH