554 B
554 B
Function: SayOOC(spawn, message, player, dist, language)
Description: Sends a Out of Character message from the Spawn to the general area based on the distance, or otherwise to a specific Player if specified, otherwise optional/nil.
Parameters:
spawn
(Spawn) - Spawn object representingspawn
.message
(string) - Stringmessage
.player
(Spawn) - Spawn object representingplayer
.dist
(int32) - Integer valuedist
.language
(int32) - Integer valuelanguage
.
Returns: None.
Example:
Example Required