Quantcast
Channel: Twine Forum
Viewing all articles
Browse latest Browse all 3830

How to make a link activated by hooks?

$
0
0
I'm a beginner, I started using Twine today.
I want to make a link that works only after you click both of 2 hooks.
I'm not a native speaker of English, so I write in my own language. Also, I don't understand all things that are in Twine.
Here's what I have:
[Kurtka]<getKurtka|
[Buty]<getButy|
[[Ubieram się i wychodzę z domu->Droga do szkoły]]
(set:$kurtkaCheck to false)
(click: ?getKurtka)[
Założyłaś kurtkę.
(set:$kurtkaCheck to true)
]
(set:$butyCheck to false)
(click: ?getButy)[
Założyłaś buty.
(set:$butyCheck to true)
]

I want to make "[[Ubieram się i wychodzę z domu->Droga do szkoły]]" link activate when you click both Kurtka(jacket) and Buty(shoes). "Ubieram się i wychodzę z domu" means "I put on my outerwear and leave the house".
I want to make it so, if you don't get a jacket and shoes you can't go to school.
For example, this link can be hidden until you click the jacket and shoes or just un-clickable.
Thanks in advance.

Viewing all articles
Browse latest Browse all 3830

Trending Articles