From fd0bd975fdc36333bd6bd9bd47c416c4eff8492b Mon Sep 17 00:00:00 2001 From: NovaRain Date: Fri, 7 Jun 2024 08:23:45 +0800 Subject: [PATCH] Fixed page build error --- artifacts/scripting/functions.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/artifacts/scripting/functions.yml b/artifacts/scripting/functions.yml index 33c4a861..5d242d0c 100644 --- a/artifacts/scripting/functions.yml +++ b/artifacts/scripting/functions.yml @@ -1169,7 +1169,8 @@ - name: Tags parent: Interface - doc: `show_iface_tag`, `hide_iface_tag` and `is_iface_tag_active` relate to the boxes that appear above the interface such as SNEAK and LEVEL. You can use 0 for **SNEAK** (starting from sfall 4.4.4/3.8.44), 3 for **LEVEL**, 4 for **ADDICT**, and 5 to (4 + the value of BoxBarCount in `ddraw.ini`) for custom boxes. Remember to add your messages to `intrface.msg` and set up the font colours in `ddraw.ini` if you're going to use custom boxes. Starting from sfall 4.1/3.8.12, `is_iface_tag_active` can also be used to check 0 for **SNEAK**, 1 for **POISONED**, and 2 for **RADIATED**. + doc: | + `show_iface_tag`, `hide_iface_tag` and `is_iface_tag_active` relate to the boxes that appear above the interface such as SNEAK and LEVEL. You can use 0 for **SNEAK** (starting from sfall 4.4.4/3.8.44), 3 for **LEVEL**, 4 for **ADDICT**, and 5 to (4 + the value of BoxBarCount in `ddraw.ini`) for custom boxes. Remember to add your messages to `intrface.msg` and set up the font colours in `ddraw.ini` if you're going to use custom boxes. Starting from sfall 4.1/3.8.12, `is_iface_tag_active` can also be used to check 0 for **SNEAK**, 1 for **POISONED**, and 2 for **RADIATED**. items: - name: show_iface_tag detail: void show_iface_tag(int tag)