Composite Command
Composite commands trigger one or more chat commands of any type.
Creation
To create a composite command, find (or create) the GameName/Resources/GameName/ChatCommand folder in the project tab and right click. Choose Create > AnyRPG > Chat Commands > Composite Command.
Properties
Name | Description |
---|---|
Chat Commands | A list of chat commands to trigger. |
Examples
Command | Effect |
---|---|
/learnwings | Triggers the commands: /learnability Red Wings /learnability Blue Wings |
/boost | Triggers the commands: /setlevel 10 /gaincurrency gold 100 |
Last updated