diff --git a/Moose Development/Moose/Message.lua b/Moose Development/Moose/Message.lua index 8c69d9e4b..625f73ec8 100644 --- a/Moose Development/Moose/Message.lua +++ b/Moose Development/Moose/Message.lua @@ -14,6 +14,7 @@ -- 1.2) Send messages with MESSAGE To methods -- ------------------------------------------ -- Messages are sent to: +-- -- * Clients with MESSAGE:@{ToClient}(). -- * Coalitions with MESSAGE:@{ToCoalition}(). -- * All Players with MESSAGE:@{ToAll}(). diff --git a/Moose Training/Documentation/Message.html b/Moose Training/Documentation/Message.html index a3d1fd6be..c607ec0b0 100644 --- a/Moose Training/Documentation/Message.html +++ b/Moose Training/Documentation/Message.html @@ -85,11 +85,14 @@ Messages can contain a category which is indicating the category of the message. To send messages, you need to use the To functions.

1.2) Send messages with MESSAGE To methods

-

Messages are sent to: - * Clients with MESSAGE:ToClient(). - * Coalitions with MESSAGE:ToCoalition(). - * All Players with MESSAGE:ToAll(). -

+

Messages are sent to:

+ +

Global(s)