Name DeleteTemporaryTriggers
Type Method
Summary Deletes all temporary triggers
Prototype long DeleteTemporaryTriggers();
Description Deletes all triggers marked as "temporary".

The intention here is to provide a quick way of restoring the world to how it would be after loading (since temporary triggers are not loaded from the world file).

Note: Available in MUSHclient version 3.18 onwards.
VBscript example
world.DeleteTemporaryTriggers
Jscript example
world.DeleteTemporaryTriggers ();
PerlScript example
$world->DeleteTemporaryTriggers ();
Returns Returns a count of the number of triggers deleted.

See also ...