TActivePlayer.Say

From Soldat Community Wiki
Jump to: navigation, search
procedure Say(Text: string)
 Text: message player will say

Description

Makes a player say a message. Works like the old BotChat, even though it works on humans too, not only bots.

Example

Players[1].Say('Yo!');