For the complete documentation index, see llms.txt. This page is also available as Markdown.

Friend Command

Friend commands allow the player to manage friends.

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 > Friend Command.

Properties

Name
Description

Command Type

One of: Add Remove

Examples

Command
Effect

/add PlayerName

Sends a friend request to PlayerName.

/remove PlayerName

Removes PlayerName from the friend list.

Last updated