# Other Actions

This section of actions are other actions that don't really fall under a specific category but are very useful in creating a command or event and can help with specific systems or projects.

| Block                                                                                                                                               | Information                                                                                                           |
| --------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| [Wait before running another action](https://botghost.com/docs/custom-commands-and-events/actions/other-actions/wait-before-running-another-action) | This action block can force the bot to wait some time before performing another action.                               |
| [Manipulate some text](https://botghost.com/docs/custom-commands-and-events/actions/other-actions/manipulate-some-text)                             | This block can be used to manipulate text in certain ways to fit your needs.                                          |
| [Send a error log message](https://botghost.com/docs/custom-commands-and-events/actions/other-actions/send-an-error-log-message)                    | With this block you will be able to send an error log message to your BotGhost dashboard.                             |
| [Set a unique variable](https://botghost.com/docs/custom-commands-and-events/actions/other-actions/set-a-unique-variable)                           | This block allows one to set a unique variable that can only be used in later actions of an event or command builder. |
| [Change the Bot's Status](https://botghost.com/docs/custom-commands-and-events/actions/other-actions/change-the-bots-status)                        | Using this block you are able to update your bot's status. (Premium only)                                             |
| [Note](https://botghost.com/docs/custom-commands-and-events/actions/other-actions/note)                                                             | Allows you to place a note inside of your command or event builder, useful for saving information.                    |
