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:**