| 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 | |
| Jscript example | |
| PerlScript example | |
| Returns | Returns a count of the number of triggers deleted. |
See also ...