Counting things?
I wasn't really sure what else I could set the title to, so... Yeah. My question has to do with counting things. Specifically, I want a counter to go up whenever the player enters certain passages, and...
View ArticleMouse Clicker gets a Demo
Here we go! Thanks to the help of @greyelf among others, Mouse Clicker is now a thing. It's been through a few misc. in-progress versions in which it didn't progress much because I was focusing on...
View ArticleSugarCube 2.12.0 — Split second disruption when looping audio wav files
I'm looping a wav file in my project and I notice that when the music file comes back around and restarts, there's a split second break between the end of the audio file and its loop — IE, it doesn't...
View ArticleUniversal/Continual Checks/Statements
Hello I'm using twine 1.4 and sugarcane. I want to create a passage where I can write if statements that will always be checked (at least I think that's what I want). If I have a 24 hr clock, I want it...
View ArticleCarriage House - A Danganronpa-esque Game
I started this today and would like feedback on how it is so far. Thanks! philome.la/ExplorerMCGame/carriage-house---a-danganronpa-esque-game
View ArticleTricking web Twine 2.0 so multiple users can access the same Twine from...
The question pretty much says it all. I use Twine for historical text design projects in my history class and the problematic bottleneck is that only one computer can access a Twine that a group is...
View ArticleHelp Changing Layout For Individual Passage in SugarCube 1.0.34
Hi everyone! So I'm pretty knew to twine and don't know much about CSS past changing colors or sizes or positions. I'm working on a sugarcube project and I actually want to use the default layout for...
View ArticleIs multiplayer at all possible in Twine?
To be more specific, all I would really need is a way for several people playing the same game to connect with each other in groups and for the people within such a group to share a common variable...
View ArticleTwine Game about Guilt, Doubt, and Heroism: Grofast Industries
Hey, I've been working on a rather large Twine game for the past two years (probably better classified as an Interactive Novella). A lot of games tend to focus on what you do or what you say, but I...
View ArticleArray of links
So I'm trying to build an inventory system in Harlowe, but I've hit a bit of a snag. I want it so players can go to the inventory screen, then click on the items to do things with them and learn about...
View ArticleAnnouncing 'Somewhere', a Twine game for mobile
Hi all, last year I discovered Lifeline and have been amazed by how a "simple" text-based game can actually convey emotions, create tension using 'real time' notifications and so on ... Of course I've...
View ArticleFloating-Point Arithmetic workaround and money conversion problems (Sugarcube 2)
I would like to make a little slotmachine for a bigger twine game. First I thought, this would be no problem, and wrote the code below. But there is a problem with the money. Gambling, you know... ^^...
View ArticleTwine 2.1.0 beta 5
Pretty close to the final release, I hope. You can download it from Bitbucket -- if you run into problems, please report it on the bug tracker.
View ArticleSugarCube 2 How to use svg?
Hello. I tried to use something like this in passage: <svg> <line x1="0" y1="0" x2="200" y2="200" stroke-width="1" stroke="rgb(0,0,0)"/> </svg> but it doesn't work. I don't see this...
View ArticleHow to avoid duplicated random values?
So my initial thread got ignored (probably due to the fact that it was erroneously posted as a 'Discussion' and not a 'Question'), and the title question here was probably badly phrased. But let's try...
View ArticleTwine 2: How to increase scale of program?
Hello. Font size (on map and in editor of passages) is too small for me. How I can make it bigger in offline Twine 2.0.11? (Except changing resolution of my desktop) Thank you.
View ArticleTyped.js Inline typewriter effect
After finding this thread: https://twinery.org/forum/discussion/3033/is-there-a-way-to-make-text-appear-as-rpg-games I managed to get typed.js into my Harlowe twine using /u/TheMadExile 's example. I...
View ArticleSugarCube 2.12.0 — "seek to X seconds" in audio macro not working, possible bug?
I think I have encountered a bug with the audio macro. I am attempting to use the code audio "Track" time 60 loop play (obviously with brackets) and it isn't beginning playback 60 seconds into the...
View ArticlePluralize widget
I'm using Sugarcube 2.12 to try to make a pluralize widget. Use cases: <<pluralize 2 "hour">> should return "2 hours" <<pluralize 1 "item">> should return "1 item"...
View Article