Twine 2.3: Chapbook 1.0: Vars Section

preview_player
Показать описание


--
Created by
Dan Cox
@videlais
Рекомендации по теме
Комментарии
Автор

I was playing around with Chapbook and was wondering, how do I change a variable by using links instead of having to make new passages for each passage? I understand that Sugarcube uses setter-links, which are like:

[[Go into the woods.|woods][$destination to “woods”]]
[[Go to the sea.|sea][$destination to “sea”]]

Is there a similar way to do so in Chapbook? When I follow that format, I get an error saying that a passage doesn’t exist (e.g: passage woods][$destination to “woods”] does not exist)

hauteclere
Автор

Having issues with the right formatting to give the player the ability to input their name. I have the coding down so far, but I'm not sure where to go when I get the error: "An error occurred while rendering "{text input for: yourName}": yourName is not defined". Any idea what could be going wrong?

niamhythedegen
Автор

I would like to see more videos about Unity 2d/3d. Or C# tutorials

_danny_idk