Writeln

From Soldat Community Wiki
Revision as of 11:48, 15 August 2012 by Freeman (talk | contribs) (Created page with "===From the Scripting Manual=== ''procedure WriteLn(Output: string);'' '''Parameter Info:''' Output (String): Text to be written to the Admin Console. '''Description:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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