Difference between revisions of "Writeln"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with "===From the Scripting Manual=== ''procedure WriteLn(Output: string);'' '''Parameter Info:''' Output (String): Text to be written to the Admin Console. '''Description:...")
 
(No difference)

Latest revision as of 09:48, 15 August 2012

From the Scripting Manual

procedure WriteLn(Output: string);

Parameter Info:
 Output (String): Text to be written to the Admin Console.

Description:
 Using this command, you can write text out to the SoldatServer console and
 also to all connected TCP Administrators.

Examples

WriteLn('This text will be displayed to all admins!');


External Links