From dd773d0ff19f087f94ded8c1a73e37a943019cd4 Mon Sep 17 00:00:00 2001 From: cabaret-pro Date: Mon, 16 Feb 2026 17:05:43 -0500 Subject: [PATCH] Fix INVENTORYSTATE example to use valid values The example for INVENTORYSTATE incorrectly included "fullscreen" which is not a valid INVENTORYSTATE value. "fullscreen" is a PLAYERSTATE value. Changed the example from "autoplayed,fullscreen" to "autoplayed,skippable" using valid INVENTORYSTATE values as defined in INVENTORYSTATE_values. Fixes #27 Co-authored-by: Cursor --- vast4macros/data/macros-data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vast4macros/data/macros-data.json b/vast4macros/data/macros-data.json index 3f186e8..3d1e85b 100644 --- a/vast4macros/data/macros-data.json +++ b/vast4macros/data/macros-data.json @@ -533,7 +533,7 @@ "values": "see:INVENTORYSTATE_values_worksheet", "description": "List of options indicating attributes of the inventory.", "descriptionformatted": "List of options indicating attributes of the inventory.", - "example": "autoplayed,fullscreen" + "example": "autoplayed,skippable" }, { "id": 38,