Generates the news message for a client.
[Visual Basic] Public Function make_news( _ ByVal c As Client _ ) As String [C#] public string make_news( Client c ); [C++] public: String* make_news( Client* c ); [JScript] public function make_news( Client c ): String;
The news message.
GameServer Class | croemud.game Namespace