Added description for the drop down menu
This commit is contained in:
parent
d2ced67620
commit
ed5ac12c1e
1 changed files with 2 additions and 3 deletions
|
@ -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:**
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue