Discuss this page on this page's Talk Page

plyMessage

See plyMessage at Xelerus

Syntax (plyMessage player string)
Arguments player: The player. (See gPlayer)
string: The message string.
Returns condition: True
Category message, player
Description Attempts to message the player. If the RedirectMessage is set then cat onto the stored messages.

This is a basic player function that allows you to display messages in flight.

Example

(plyMessage gplayer "Success")

Displays Success if the RedirectMessage isn't set.

Return to Functions list