StoryVar (Asset): Difference between revisions
Jump to navigation
Jump to search
Created page with "A story var is a setting that shows up on the new game screen for any Story that implements them. {| class="wikitable" |+ !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..." |
(No difference)
|
Latest revision as of 12:03, 19 February 2025
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. |