OnPlayerSpeak

From Soldat Community Wiki
Jump to: navigation, search

From the Scripting Manual

 procedure OnPlayerSpeak(ID: Byte; Text: string);
 
 Parameter Info:
  ID (Byte): Player ID of the person who just spoke.
  Text (String): Self Explanitory.
 
 Description:
  This procedure will be called every time a player speaks.

See also