add dialog
This commit is contained in:
parent
c92c0f6ff7
commit
5413823b26
13 changed files with 390 additions and 32 deletions
8
stories/start_sign.ink
Normal file
8
stories/start_sign.ink
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
yo wassup
|
||||
|
||||
* kick the sign
|
||||
it doesnt budge.
|
||||
* kiss the sign
|
||||
You step away, a little embarrassed.
|
||||
* [say nothing] you have nothing to say to a sign.
|
||||
- -> END
|
||||
1
stories/start_sign.lua
Normal file
1
stories/start_sign.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return {["version"]={["engine"]=2,["tree"]=1},["inclusions"]={},["lists"]={},["tree"]={["_"]={["_"]={"yo wassup",{["node"]={"it doesnt budge."},["text"]="kick the sign",["choice"]="kick the sign"},{["node"]={"You step away, a little embarrassed."},["text"]="kiss the sign",["choice"]="kiss the sign"},{["text"]="you have nothing to say to a sign.",["choice"]="say nothing"},{["divert"]={["path"]="END",["tunnel"]=false}}}}},["constants"]={},["params"]={},["variables"]={}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue