Discuss this page on this page's Talk Page
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.
(plyMessage gplayer "Success")
Displays Success if the RedirectMessage isn't set.
Return to Functions list