TinTin++ Mud Client Scripts
The following script creates a tick timer resembling the ticker of older TinTin versions. Make sure not to forget to include the {60} at the end.

This script is written for v2.01.97 and higher

#TICKER {timer}
{
     #showme #TICK!!!;
     #delay 50 #showme #10 SECONDS TO TICK!
}
{60}