MythicMuse · @tmmahaff
77 followers · 2130 posts · Server dragonscave.space

trying to decide if I want to go through all the headache of letting a player make decisions for all of their party members, which is traditional, or just for themselves. Honestly if there is an elligant way to do that in I'm not certain what it is.

#sugarcube #twine #writing #gamewriting

Last updated 1 year ago

MythicMuse (Tangela) · @tmmahaff
61 followers · 1372 posts · Server dragonscave.space

Trying to create a link with a setter attached. This seems like it shouldn't be difficult, according to motoslave.net/sugarcube/2/docs

My test code looks like:

$foo is false
[[change foo to true.|next][<<set $foo to true>>]]
[[next]]

And then
:: test
<<if $foo === true>>
this text should display if we have clicked the link.
<<else>>
This text should display if we have not clicked the link.
<</if>>

[[cont'd]]

The error indicates an unexpected token << after clicking the link, but isn't that how you're supposed to write a setter?

#interactivefiction #twine #sugarcube

Last updated 1 year ago

Johannes Brakensiek · @letterus
468 followers · 5683 posts · Server kirche.social

So, und ganz heißer Tipp: Direkt das Story-Format nehmen für . Damit geht dann auch text-to-speech sehr einfach:

```
Karte: StoryMenu
<<link "Text vorlesen">>
<<script>>
let passage = Story.get(State.passage);
let speech = new SpeechSynthesisUtterance(passage.text);
speechSynthesis.cancel();
speechSynthesis.speak(speech);
<</script>>
<</link>>
<<link "Vorlesen abbrechen">>
<<script>>
speechSynthesis.cancel();
<</script>>
<</link>>
```

#twinery #sugarcube

Last updated 2 years ago

Jörg Kantel · @kantel
516 followers · 3445 posts · Server mastodon.social

Twine und SugarCube Tutorials

Da ich nun mit Twine nicht nur meinen Wunderland-Kosmos durchstreifen, sondern auch eine vorläufige Web-Version meiner geplanten Rüberpistole online stellen will, und ich mir hier noch nicht sicher bin, ob ich als Story Format Harlowe oder SugarCube verwenden soll, bin ich über alles dankbar, was mir bei einer Entscheidung hilft. kantel.github.io/posts/2023012

#twine #sugarcube #interactivefiction #gamedev

Last updated 2 years ago

Madangus · @Madangus
62 followers · 333 posts · Server social.horrorhub.club
Jörg Kantel · @kantel
463 followers · 3334 posts · Server mastodon.social

Twine oder Treat revisited – Video-Tutorials zum Wochenende

Letzten Freitag hatte ich quasi als Zugabe zu meinen »normalen« Videotutorials zum Wochenende unter dem Titel »Twine oder Treat im Wunderland« noch ein paar Videos zu Twine veröffentlicht, da ich meine Erkundungen mit Twine und Alice durch das Wunderland fortsetzen oder wieder aufnehmen möchte. Diese Liste war nicht kurartiert. blog.schockwellenreiter.de/202

#twine #gamedev #interactivefiction #sugarcube

Last updated 2 years ago

🐝 H. McGill · @hannahcomb
841 followers · 320 posts · Server mastodon.art