TinTin++ Mud Client Manual  
Get TinTin++ Mud Client at SourceForge.net. Fast, secure and Free Open Source software downloads
Delay
space
Syntax: #delay {seconds} {commands}
space
Syntax: #delay {name} {command} {seconds}
space
Delay allows you to have tintin wait the given amount of seconds before executing the given command. Floating point numbers for millisecond precision are possible.
space
Example: #delay {600} {#showme Dinner is ready!
This will show a message after 600 seconds.
space
Notice: If you want to remove a delay with the #undelay command you can add a name as the first argument. Be aware this changes the syntax, which becomes the same as for tickers.
space