StoryVar (Asset)

From FetishQuest Wiki
Revision as of 12:03, 19 February 2025 by JasX (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.