Relay Browser Functions: Difference between revisions

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
Created page with 'For general information on how to use these functions, please see Relay Override Scripts. {{flink|void|write|string|desc=Writes text to the relay browser.}} {{flink|void|wri…'
 
imported>StDoodle
mNo edit summary
Line 1: Line 1:
For general information on how to use these functions, please see [[Relay Override Scripts]].
For general information on how to use these functions, please see [[Relay Override Scripting]].


{{flink|void|write|string|desc=Writes text to the relay browser.}}
{{flink|void|write|string|desc=Writes text to the relay browser.}}
{{flink|void|writeln|string|desc=Same as above, ending with a line break (in the page source).}}
{{flink|void|writeln|string|desc=Same as above, ending with a line break (in the page source).}}

Revision as of 14:03, 6 April 2010

For general information on how to use these functions, please see Relay Override Scripting.

void write( string )

Writes text to the relay browser.

void writeln( string )

Same as above, ending with a line break (in the page source).