diff --git a/content/action/menu-back/_index.md b/content/action/menu-back/_index.md index eae52dd..a5d3d4f 100644 --- a/content/action/menu-back/_index.md +++ b/content/action/menu-back/_index.md @@ -9,3 +9,8 @@ This action will send the player to his previous menu, or close the current menu * `back-menu` * `backmenu` + +{{% notice style="note" %}} +You can bypass open requirements of the menu by adding `bypassChecks` to the action. +For example: `backmenu(bypassChecks)` +{{% /notice %}}