Chat message Command

Chat message commands allow the player to send messages.

Creation

To create an action command, find (or create) the GameName/Resources/GameName/ChatCommand folder in the project tab and right click. Choose Create > AnyRPG > Chat Commands > Chat Message Command.

Properties

Name
Description

Message Type

One of: Private Group Guild

Examples

Command
Effect

/private "Player Name" hi there

Sends the message "hi there" to "Player Name".

/group hi there

Sends the message "hi there" to the current group.

/guild hi there

Sends the message "hi there" to the current guild.

Last updated