Chat message Command
Chat message commands allow the player to send messages.
Last updated
Chat message commands allow the player to send messages.
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.
Message Type
One of: Private Group Guild
/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