TActivePlayer.Say

From Soldat Community Wiki
Revision as of 17:23, 1 July 2013 by Squiddy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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!');