| TinTin++ Mud Client Manual |
|
TinTin++ Line List Log Loop Macro Map Math Mathexp Message Name Nop Number Parse Path Pathdir Prompt Read Replacestring Return Run Scan Script Session Showme Snoop Split Substitute Suspend System Tab |
|
|
| Prompt |
| Syntax: #prompt {message} {newmessage} {row} |
| This command works very much like the substitute command and only works while in split mode. It will substitute the mud message and place it in your split line if no row number is given. |
| The optional row argument allows prompts for custom split screens. A positive number will write the prompt # rows up from the bottom of the screen. A negative number will write the prompt # rows down from the top of the screen. |
Example: #prompt {[%0/%1hp]} {[<078>%0/%1hp]} |
| This would print a matching line in your status line, setting the color to dim white. A more advanced example is available in the example script file. |
| Notice: You can remove prompts with the #unprompt command. |