BotChat

From Soldat Community Wiki
Revision as of 10:27, 10 September 2012 by Tehbugerz0r (talk | contribs)
Jump to: navigation, search

From the Scripting Manual

procedure BotChat(ID: byte; Text: string);

Parameter Info:
 ID (Byte): ID of the bot (Also works on human players)
 Text (String): Text for the bot to speak.

Description:
 This function will make a bot say something! They are alive!

Examples

  
begin
  BotChat(1,'Oogie boogie I come to you from beyond the grave!');
end;


External Links