From ed5ac12c1e695b765e9822be6e7f6127c810cee1 Mon Sep 17 00:00:00 2001 From: Tony Bark Date: Fri, 21 Feb 2025 13:51:14 -0500 Subject: [PATCH] Added description for the drop down menu --- draft/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/draft/README.md b/draft/README.md index 1a0ddd0..839088d 100644 --- a/draft/README.md +++ b/draft/README.md @@ -38,11 +38,10 @@ The Interactive Story Draft (ISD) format is a intermediate language designed for - **Syntax:** `(else:)[Text if false]` - **Description:** Follows an `(if:)` statement to handle the false condition. -7. **Drop down:** +7. **Drop down:** - **Syntax:** ``(dropdown: $variableName to "Option 1", "Option 2")`` - - - **Description:** + - **Description:** Assigns a drop down menu with the given strings as options. 8. **Random Number Generation:**