prompt hscript command
Change the textport prompt string.
Usages
prompt new_prompt
The prompt string is expanded each time it is printed, so you can include variables such as the frame number, and backtick commands.
Examples
Sets the prompt to the current frame number, followed by the current OP working directory.prompt '$F `execute(oppwd)`:'
Replaced by
Replaced by hou.Textport.prompt, hou.Textport.setPrompt
