TinTin++ Mud Client Scripts
Bosses often sneak around through the office trying to catch a mudder. This script resembles the boss command of older TinTin versions. It's probably more effective to use the system command to bring up a manual help screen, launch midnight commander, or something of that order.

This script is written for v2.01.97 and higher

#ALIAS {boss}
{
     #screen clear all;
     #loop {0} {99} {cnt}
     {
          #echo {in-order traverse of tree starting from node %+02m resulted in %+02m red nodes}{{$cnt}{99 - $cnt}}
     };
     #buffer lock
}