TinTin++ Mud Client Manual |
READ Command: #read {filename} Reads a commands file into memory. The coms file is merged in with the currently loaded commands. Duplicate commands are overwritten. If you uses braces, { and } you can use several lines for 1 commands. This however means you must always match every { with a } for the read command to work. You can comment out triggers using /* text */ Related: log, scan, textin and write. |