| TinTin++ Mud Client Manual |
| Class |
| Syntax: #class {name} {open|close|read filename|write filename|kill} |
|
The {open} option will open a class, all triggers added afterwards will be assigned to that class. The {close} option will close the given class and make the last accessed open class active. The {read} option will open the given file, but only read triggers belonging to the given class. The {write} option will write all triggers of the given class to file. The {kill} option will delete all triggers of the given class. |