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

Guild Command

Guild commands allow the player to manage guilds.

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

Properties

Name
Description

Command Type

One of: Invite Kick Leave Promote Demote

Examples

Command
Effect

/ginvite PlayerName

Invite PlayerName to the guild.

/gkick PlayerName

Remove PlayerName from the guild.

/gleave

Leave the guild.

/gpromote PlayerName

Promote PlayerName to assistant or leader depending on whether they are currently member or assistant.

/gdemote PlayerName

Demote PlayerName to member.

Last updated