| TinTin++ Mud Client Scripts |
|
|
| Boss Screen |
| 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. |
#nop This script is written for v1.99.7 and higher
#alias {boss}
{
#showme \e2J;
#loop 0 99 cnt
{
#echo {in-order traverse of tree starting from node %+02m resulted in %+02m red nodes}
{
{$cnt}
{99 - $cnt}
}
};
#buffer lock
}
|