StoryVar (Asset)
Jump to navigation
Jump to search
A story var is a setting that shows up on the new game screen for any Story that implements them.
| Field | Type | Description |
|---|---|---|
| Label | String | A unique label for your var. Do not modify after you're done creating it! |
| Var description | String | This is the label that players will be attached to the form input when starting the game. |
| Type | String | Type of form field. |
| Values | String | Values. Use = to assign a default value. Checkboxes/radio can use =1 for the default setting. Not all field types support multiple values. |