Friend Command
Friend commands allow the player to manage friends.
Last updated
Friend commands allow the player to manage friends.
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.
Command Type
One of: Add Remove
/add PlayerName
Sends a friend request to PlayerName.
/remove PlayerName
Removes PlayerName from the friend list.
Last updated