~~NOTOC~~ <=[[4rpl:start| Index]] ====== DestroyTrail ====== DestroyTrail(<-Unit "ObjName" <-immediate) ===== Description ===== Destroys a trail. If a trail is present on the object, this call will destroy it. If no trail is present, this call has no effect. The 'immediate' argument indicates if the trail should be destroyed and removed immediately (removing the trail completely). If 'immediate' is set to false then the trail is removed from the object, but it's history will continue to fade out. Note, use "" (empty string) to indicate the root level object. ===== Examples ===== DestroyTrail(self "Trail0" false) <=[[4rpl:start| Index]]