How do I create a confirmation dialog (pop-up window) with SugarCube?
I want to have a dialog box that pops up, gives a few options, then closes when finished. Example "Are you sure you want to start a New Game?" [Yes] or [No]
View ArticleHow to get music urls
How do i get music url to put in my game? I use halowe 1.2.2 Please help
View ArticleLeaving and entering a room, want text to remain the same.
I'm trying to make a game where you have a small number of rooms to walk between, and you solve puzzles and notice things within the rooms. I want the player to have to click on trigger-words to get...
View ArticleRandom Name and Random Events
I have an idea for a project where I have two random things, three random characters who are generated with random names and genders, three people who will open a series of doors which will choose one...
View Articleadding functions
Hi, I've created a variable containing some functions in my intro page eg. <<set $time={ day=0, hour=7 }>> <<set $misc={ isMallOpen: function() { return ($time.hour lte 18); },...
View Article[SugarCube 2.7.0] Performance Degradation With Excessive Variables
Hello, My game is likely outside the scope of what Twine/SugarCube were designed for. However, I'm planning to work on a turn-based RPG which makes use of many variables (hundreds, largely related to...
View ArticleCan I Change Link Colour And Text Style In The Stylesheet?
I am using Harlowe. I know that you can change the background and text colour using the Stylesheet: html { background-color: black; color: grey; } But I was wondering if you could also use this to...
View ArticleHow do i make a language setting
Hi how do i make it so i can have a setting so people may change between available languages basically how do i make the game translate automatically by pressing something? If you need to know i use...
View ArticlePossible odd behaviour of Twine 2: it gives focus to active links
Hi, Maybe this is a bug, or maybe it is a feature. But I was aware that twine give a strange halo, a border to my active links, when I have all around my css code giving my own border or not border at...
View ArticleSugarCube2: Dynamic images on sidebar
Greetings, I'm a total noob here and I'm trying to make a small game to get my feet wet. What I'd like to know is how to insert an image in the sidebar that changes according to in-game variables or...
View ArticleSugarcube 2.7.0: Is it possible to resize a checkbox?
Hello all, Are checkboxes designed to be resized? I'm looking to make the ones in my game about 200% bigger. I'm not sure if they have an image-like property that allows them to be altered or not. Any...
View ArticleUpdating variables
This is similar to my last post, but is there any easy way to 'refresh' a variable? For example: $time seconds left. [Look around the room.]<look| (click: ?look)[(set: $time to it - 1)(replace:...
View ArticleCan i make a offline story?
Hello I'm new at Twine and i'd like to know something about Twine 2.0. I wanted to know if it's was possible to make only offline stories or i'm forced to share my works in internet?. Thanks
View Article[Sugarcube] How to remove blank space on either side of text?
There's this large blank space on either side of the text and I would like to get rid of it. This is currently what my project looks like. and this is what I want it to look like. I tried using the ui...
View ArticleNeed help from JavaScript pros! [Twine 2 / SC]
Hey everybody, lacking deeper knowledge of JavaScript I am facing a major problem here: For an educational game I want to include passages, in which the users have to drag and drop words into the right...
View ArticleSugarcube 2.7.0 — Click & Return macros with Setter for multiple variables?
I'm coming up against a wall with this so any help (or maybe a better implementation, if I'm doing something stupid?) would be appreciated. My inventory system is a page of icons accessible from the...
View Articlegeolocation as trigger?
Hi everyone, I've hunted around, but I don't think anyone's asked this before, so... I'm imagining a story that'd be played on a mobile device. Some decisions, branches would go as per normal; others...
View ArticleSugarcube 2.7.0 plucking random questions from an object database and...
Hello all, I'm working on a sugarcube game where the goal is to provide a "quiz arena." In this arena, I'd like the player to be asked random questions, have to answer them before moving on, and have...
View ArticleHow to Implement Adsense?
So ive been playing around with the new twinery.org setup and am running into a few roadbloacks. It appears that i can not figure out how to properly embed my adsense code into my game loading page....
View ArticleUsing (if:) and (history:) to change text in Harlow? [SOLVED]
Hello! I'm fairly new to Twine, but I've been reading a lot of questions on here and using the Harlow 1.2.2 manual on twine2.neocities.org, but I still can't figure something out. I'm using (if:) and...
View Article