From e22f6d7bb63530136c069109e9baa71793c977fd Mon Sep 17 00:00:00 2001 From: Wolf2323 Date: Sun, 22 Oct 2023 15:12:52 +0200 Subject: [PATCH] fixed docs issues --- docs/Documentation/Scripting/Building-Blocks/Events-List.md | 2 +- .../Notifications/Notification-IO's-&-Categories.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/Documentation/Scripting/Building-Blocks/Events-List.md b/docs/Documentation/Scripting/Building-Blocks/Events-List.md index bd93ca452f..41997ae6b3 100644 --- a/docs/Documentation/Scripting/Building-Blocks/Events-List.md +++ b/docs/Documentation/Scripting/Building-Blocks/Events-List.md @@ -218,7 +218,7 @@ You can use the `cancelOnLogout` argument to stop the folder executing any remai |------------------|-------------------|------------------------|-------------------------------------------------------------------------------------------------| | _events to run_ | eventName1,event2 | :octicons-x-circle-16: | One or multiple events to run. Contains event names seperated by commas. | | _delay_ | Keyword | without delay | The delay before the folder starts executing it's events. | -| _period_ | period:number | 1 tick | The time between each event. Minimum value is one tick (~20ms). | +| _**period**_ | period:number | without delay | The time between each event of the folder. | | _time unit_ | Keyword | Seconds | The unit of time to use for delay and period. Either `ticks` or `minutes`. Omit to use seconds. | | _random_ | random:number | Disabled | Enables "random mode". Will randomly pick the defined amount of events . | | _cancelOnLogout_ | Keyword | Disabled | If enabled, the folder will stop executing events if the player disconnects. | diff --git a/docs/Documentation/Visual-Effects/Notifications/Notification-IO's-&-Categories.md b/docs/Documentation/Visual-Effects/Notifications/Notification-IO's-&-Categories.md index 6ddd9f2ea0..b99c83491a 100644 --- a/docs/Documentation/Visual-Effects/Notifications/Notification-IO's-&-Categories.md +++ b/docs/Documentation/Visual-Effects/Notifications/Notification-IO's-&-Categories.md @@ -90,7 +90,6 @@ Anything after these characters will be shown in the subtitle. | fadeIn | Ticks to fade the title in. Default 10 | | stay | Ticks to keep title on screen. Default 70 | | fadeOut | Ticks to fade the title out. Default 20 | -| fadeOut | Ticks to fade the title out. Default 20 | | [Sound](#sound) | Any option from the [SoundIO](#sound). | ### SubTitle @@ -188,7 +187,7 @@ Does not output any sound or text 🔕. Can be used to remove built-in notificat ## Categories -Notify Categories are pre-defined [NotifyIO settings](#notify-ios). They can be applied to any notify event and are used +Notify Categories are pre-defined [NotifyIO settings](#categories). They can be applied to any notify event and are used by BetonQuest's built-in notifications. All categories must be defined in a section called `notifications`.