Twine combined with Phaser
After playing a little with Twine, I've realised that making even simple GUI elements it's not so easy. There are various components, like inventory screens, character editors, interactive maps,...
View ArticleKeyboard commands in Sugarcube
Hey, so I'm currently using Sugarcube 1.0.35 on Twine 2. I was wondering if there's any possible way to switch to a certain passage if you hit CTRL+ALT+T on the keyboard (at any time). I know this is...
View ArticleFirst Game: "Stay Cool"
Hey everyone. Here's an ultra-short, cheesy, action-movie-inspired game. There's a score system and multiple ways to win. Try to find them all! https://keepcool.neocities.org/Keep Cool v2.html I've...
View ArticlePatreon, and others ways of making money using Twine?
I was wondering if any Twine users have Patreon as a source of income, or how many Twine users use Twine to create something that brings them any form of income. So far the only venue I've found that...
View Article[Twine 1 / SugarCube] Fade in text inside a passage on load?
I've arranged the text of a passage inside a table. Now, I want the text inside one cell to fade in on load - the best would be one paragraph after another. I've added this script to my Stylesheet...
View ArticleHow to call js functions with SugarCube 2 [Twine 1]?
I've got this function in my "script" passage: function fadeInText(id, delay) { var elem = document.getElementById(id); setTimeout(function () { elem.style.opacity = 1; }, delay * 1000) } I would like...
View ArticleEvent trigger after a set amount of time? (SugerCube)
Heya, so I'm trying to create an event that appears after a certain amount of time in-game has been reached (using the Javascript shown here). For example: I would like that after 1 week in-game has...
View ArticleDay/Night and Seasons, How would I Implement with widgets?
Hi, Ive been racking my brains for several hours with this thinking of different ways to do it without too much javascript as my skills with it are pretty basic. I would like to count the turns using a...
View ArticleFirst Game! Ellie's Room, interactive gifs as a video gallery
http://philome.la/weeeehahayay/ellies-room/play Gimmie feedback! It's basically just an online gallery for my videos that based in my actual room.
View ArticleSetting variable values within a single passage
I am trying to replicate the menu-based conservation model from Inform 7 in Twine 2.0. I am using Harlowe. While I think I understand how the (set:) macro functions, I cannot figure out how to trigger...
View ArticleHow do I print text based on what the last passage visited was?
I've been googling around for this for a bit now, and can't seem to find the answer. I have a feeling it must be pretty simple, and has probably been asked and answered somewhere (link me please!), but...
View ArticleHow do I print text based on what the last passage visited was?
I've been googling around for this for a bit now, and can't seem to find the answer. I have a feeling it must be pretty simple, and has probably been asked and answered somewhere (link me please!), but...
View Articleneed help organizing data (Sugarcube 2.6)
Hey everybody, I wrote a little quiz game, which I am not unsatisfied with. I have my passages, which hold the quiz questions, organized like this: 0x0 0x1 0x2 0x3 0x4 0x5 0x6 etc. 1x0 1x1 1x2 1x3 1x4...
View ArticleHow do I print text based on what the last passage visited was?
I've been googling around for this for a bit now, and can't seem to find the answer. I have a feeling it must be pretty simple, and has probably been asked and answered somewhere (link me please!), but...
View ArticleHow do you change variables with (if:)
the (if:) statement forces a hook at the end. How do I change a variable with a hook?
View Article[Twine 2.1.1][SugarCube 2.14] Passing anonymous function to a widget/macro...
Hey there, This is more of a cosmetic questions, but still important to me. I'm trying to pass an anonymous function to a widget that would use that function to filter items in an inventory for me....
View ArticleCan't find variable: random
Hi everyone, Having an odd problem as of late (using Twine 2.1.1) I have a common expressions: (set: $variableName to random(0,10)) ~or~ (set: $someVariable to $someVariable - random(0,10)) And both...
View ArticleTakeCareOf: a game where you take care of.
Welp, here's another demo for something from me. My intentions here were to make a certain kind of game, I have no idea if there's a name for the genre, but? Something like HabitRPG or a similar game,...
View ArticleTwine 1.42 Sugarcube 2.16 Widgets newbie question
<<for _i=0; _i < $timetable.length; _i++>>\ <<if ($timetable[_i][0] eq $dayofweek+1)>>\ <<print "You have a lecture on ">> <<for _m=0; _m <...
View ArticleSugarcube text box woes
I am having some issues with the SugarCube 1 Textbox macro: :access main security Enter day number (0-100) to view logs. Current day is $time. Click outside to close. <<textbox "$access" ""...
View Article