|
|
@ -20,9 +20,12 @@ Here is a most basic example::
|
|
|
|
from: "camelot"
|
|
|
|
from: "camelot"
|
|
|
|
|
|
|
|
|
|
|
|
vars_prompt:
|
|
|
|
vars_prompt:
|
|
|
|
name: "what is your name?"
|
|
|
|
- name: "name"
|
|
|
|
quest: "what is your quest?"
|
|
|
|
prompt: "what is your name?"
|
|
|
|
favcolor: "what is your favorite color?"
|
|
|
|
- name: "quest"
|
|
|
|
|
|
|
|
prompt: "what is your quest?"
|
|
|
|
|
|
|
|
- name: "favcolor"
|
|
|
|
|
|
|
|
prompt: "what is your favorite color?"
|
|
|
|
|
|
|
|
|
|
|
|
If you have a variable that changes infrequently, it might make sense to
|
|
|
|
If you have a variable that changes infrequently, it might make sense to
|
|
|
|
provide a default value that can be overridden. This can be accomplished using
|
|
|
|
provide a default value that can be overridden. This can be accomplished using
|
|
|
|