Discuss this page on this pages [[plyRedirectMessage Talk Page|TalkPage]] === plyRedirectMessage === See [[http://xelerus.de/index.php?s=functions&function=150|plyRedirectMessage at Xelerus]] ^ Syntax | (plyRedirectMessage player condition) | ^ Arguments | player: The player. | ^ | condition: If Nil makes any future plyMessages display during flight, otherwise sets the redirect message to "" and makes any future plyMessages cat onto the redirect message. | ^ Returns | condition: True | ^ Category | [[message]], [[player]] | ^ Description | Controls the activity of plyMessage and if the condition is true clears the stored redirect messages. | === Example === (block Nil (plyRedirectMessage gplayer True) (plyMessage gplayer "This string will be stored for later use") (plyMessage gplayer "cat example.") (plyGetRedirectMessage gplayer) )Returns the string "This string will be stored for later usecat example.". Return to [[:Functions]] list