Fading between passages
Okay, I'm using Harlowe 1.2.4. I'm trying to figure out how to get the passages to fade in and out as a transition, instead of just snapping into place. I mean all the text and everything, fading in...
View ArticleRemove Sidebar for certain tagged passages
So I've been wondering if it's possible to remove the sidebar for the few first passages, and then automatically make it appear as the player moves on. Something like, during the first few passages...
View ArticleEmoji game (o_O) (v.1.0)
Small funny game about one knight. Just first experience with twine, snowman, js, css and emoji. Twine v.2.1.3 Doesn't work in old browsers. Download zip
View ArticleResizing Window Resizes Text
Hi, I am new to Twine and very, very new to CSS. My use of interactive fiction programs was restricted to Inform until about two days ago. I am working on a story and one of the things that drives me...
View ArticleHarlowe - Text transition inside passages
Hi, I'm trying to make the macros inside a passage (i.e. "link", "click" or "show") to show the text appearing with a transition effect (dissolve, atm). The only solution I've come up with is defining...
View ArticleTwine 2.1.3 not working
Hi all, I've just downloaded the new Twine, 2.1.3 but when I open it I get a blank application (see attached file) Any ideas?
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 ArticleMax value for a variable
Heey again, I feel like I'm a regular in this forum now... Anyway, I'm wondering if it's possible to establish a maximum value to a variable. I'm using Twine 2 and Sugarcube 2.18. My idea is to create...
View ArticleSugarcube: Interactive Macro, Displaying Click Function for Two Variables
What I'm trying to do: In the project I'm working on the player assigns various tasks a given amount of time. Example: the player has forty hours to work with and can assign four hours to training,...
View ArticleArray contains object - problem
Twine 2, SigarCube 2.x Example setup: StoryInit: <<set $object to {name: "name"}>> <<set $Array to []>> Passage: <<if visited() <2>><<set...
View ArticlePrevious Passage without Specified tag
I'm using: (link-goto: "Return", (history:)'s last) in an effort to go back to the last page. The only problem is that with the exact situation that I'm using I would like for the link to go back to...
View ArticleUhh ThisQuestionProbablySurfacedAlreadyAndIMightBeAnIdiotBut. (A Question...
I actually DID see a topic like this before but I couldn't understand it that well since I'm a total noob, and well, my situation is different, anyhow I've been doggedly researching on CSS and how...
View ArticleError Opening Story in Twine 2
I recently got a new laptop and can't access Twine 2.1.3 - this was the version I was working in on my old system. I get a blank screen when opening Twine and when I try to open my HTML file of my...
View ArticleDisabling default debug mode in Sugarcube 2 possible?
Cheers, I have a ... possibly ... strange question. I love the new ability to have a debug view in Sugarcube but I only want it active when I have an error and am hunting that one down. Clicking the...
View ArticleDisabling default debug mode in Sugarcube 2 possible?
Cheers, I have a ... possibly ... strange question. I love the new ability to have a debug view in Sugarcube but I only want it active when I have an error and am hunting that one down. Clicking the...
View ArticleSugarCube 2.18 Problem with temp variables and for
Hello. SugarCube 2.18 Twine 2.1.3 I am making things like this: $$time = <<for _time = 0; _time <= $MAX_TIME; _time++>> <<if _time != $time>> [[_time->Debug][$time =...
View ArticleHelp with arrays in sugarcube 2
Hello I'm sorry if this is a very noobish question, but i'm having a hard time understand arrays in general, so here goes. I'm trying to make a "trait" system, with different ranks, so say your...
View ArticleDefault CSS Stylesheets in Sugarcube
I've been working on a story for a while, and recently, I realized that using Sugarcube as opposed to Harlowe would better suit my needs. However, now that I've switched, I realized that all of the CSS...
View ArticleWhy hasn't anyone monetized a Twine game?
Note: if someone has, or knows someone who has, monetized a Twine game I'd be very interested in reading up on the specifics. Please include links for further reading! Based on Google results, I...
View Article[twine2][sugarcube2] disable/replace default css/html
'lo all. i'm building an rpg interface, and need to divided it up into sections like #map, #text, #actions, etc. My theory is this would be a lot easier if I just completely replace the default html...
View Article