TinTin++ Mud Client Manual
TinTin++
Colors
Commands
Config
Continue
Cr
Cursor
Debug
Default
Delay
Echo
Else
Elseif
End
Escape Codes
Event
Forall
Foreach
Format
Function
Gag
Greeting
Grep
Help
Highlight
History
If
Ignore
Info
Keypad
Kill
Forall
Syntax:
#forall {list} {commands}
List elements must either be separated by braces or semicolons.
Example:
#forall {a;b;c;d} {say &0}
Example:
#forall {{a}{b}{c}{d}} {say &0}
Both equal: say a;say b;say c;say d