Print

From Kolmafia
Revision as of 20:26, 9 March 2010 by imported>StDoodle
Jump to navigation Jump to search
needs(code_samples);

Function Syntax

void print(string message )

void print(string message ,string color )

  • message is the text to print
  • color is an (optional) html color name or code

Print the specified text message to the CLI. If the optional color parameter is specified and a valid html color code or entity, it will print in that color.

CLI Equivalent

The CLI commands "fprint," "echo" and "fecho" have similar functionality, minus the color option.

See Also

logprint() | print_html()

Special

Using an invalid color name or code can cause odd colors to be chosen.


Attention KoLmafia Experts!

We need your help; some details of this function's operation are unknown or unclear.

The following specific questions have been raised:

  • How does color selection work when the specified color name / entity is invalid?
  • Didn't print() used to echo on the Adventuring status line? Is the absence of such behavior intentional?