Guild Command
Guild commands allow the player to manage guilds.
Last updated
Guild commands allow the player to manage guilds.
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.
Command Type
One of: Invite Kick Leave Promote Demote
/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