| TinTin++ Mud Client Scripts |
|
|
| Tick Timer |
| 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. |
#tick {timer}
{
#showme #TICK!!!;
#delay 50 #showme #10 SECONDS TO TICK!
}
{60}
|