When will audio come to Twine 2. WITHOUT Sugarcube?
Alright, so I'm making a game, and I want to put (SURPRISE) audio into it. Thing is, Sugarcube and I haven't exactly.. Agreed. (I may or may not have bashed a laptop's brain's in after two hours of...
View ArticleAny dynamic text effect macros for Sugarcube 2.x?
heya! i'm very new with twine, in fact, just started my first project today. it's actually going along very well! i wanted to spice things up in my story to have certain words have dynamic action, like...
View ArticleCan I use Korean in the program?
Hi, I am a game developer in South Korea. I saw a game named "Buried" few days ago. Immediately I was fascinated with this program. I really want to make a visual novel with twine 2.0. But i dont know...
View Article[Harlowe 2.0] Can't change color scheme to the old one.
Hi. I'm new to twine. Harlowe 2.0 use black-on-white color scheme, but i want to change it to the old color scheme (white bg and black text). I'd found this code in the manual: (enchant: ?page,...
View Articletw-link color change problem
Hi,i'm new to Twine and i would like to ask if it's possible to change the color of the tw-links specifically for only certain scenes
View ArticleProblem with creating passages
So, ok, I have a new problem with this. I have created a long story with a lot of passages. I have been creating it with the online- version on Windows-computer and then I downloaded Twine to my mac...
View Articleappending jQuery UI (SC 2)
Hey everybody! I am currently using jQueryUI by simply putting it entirely into Story JavaScript. In order to keep it more tidy, I tried to append jQueryUI from a CDN using TME´s suggestion in this...
View ArticleDeducting a value from a $ in Harlowe 1.2.3
Hi, I'm new at this and I'm struggling with getting some code to work. I have created a $ with a value set to it, and want to deduct a number for it, but it should not store it as the $ is random....
View ArticleCould I add a hoverfunction to make words become visible? (Twine 2, Sugarcube...
Hello everyone, I am wondering whether it is possible to add a function in my Twine 2 game where individual sentences become visible when the player hovers their mouse cursor over them. The thing I...
View Articletoo many values were given to this (prompt:) macro
Hello all, When I try what the manual says Example usage: (set: $name to (prompt: "Your name, please:", "Frances Spayne")) I get this answer: 1 too many values were given to this (prompt:) macro.â–º The...
View ArticleTwine 2.1 crash
Twine 2.1 crashes every time I open it. The window stays for a few seconds: I can see the icon and the menu bar, and then it closes. It worked for a while before, but words and brackets weren't being...
View ArticleAre new Harlowe 2 features Hidden & Show supposed to be working in Twine...
I have used both Twine 2.0.x and 2.1.x in Linux (64) and on Macintosh. In every case, the program seems not to recognize the Hidden and Show hooks feature. I have attempted to make my own, and also to...
View ArticleAre new Harlowe 2 features Hidden & Show supposed to be working in Twine...
I have used both Twine 2.0.x and 2.1.x in Linux (64) and on Macintosh. In every case, the program seems not to recognize the Hidden and Show hooks feature. I have attempted to make my own examples, and...
View ArticleName Random How?
Good first of all sorry for my english I am using a translator. The question is that I would like to customize my book ie I want the person who reads the book to choose the name of what the protagonist...
View ArticleCheck if the contents of a variable are an object or not
I'm using Sugarcube. Simple question that I can't seem to figure out: How do I take an object <<set $foo = { bar : 0 }>> and check if it is or is not an object: <<if...
View ArticleRecovering space taken up by sidebar in SugarCube
Am using Twine 2.0.11 and SugarCube 2.11.0. I can remove the sidebar by adding this to my stylesheet #ui-bar { display: none; } but this does not move the left margin of the text. I looked at previous...
View ArticleSettings that affect other Settings
I'm using Twine 2.1 with SugarCube 2.12.0. I'm looking to see if there's a way to use the Settings UI to make a Setting that affect other Settings, so for instance: Setting.addToggle("showdesc", {...
View ArticleCan't I change a variable from inside a widget? Sugarcube 2.x
Hello. I have been working on a very basic combat system which is sort of widget-based (javascript doesn't like me and I don't like javascript) SO inside a widget name "EnemyTurn" I try to change both...
View ArticleNeed help with my game
I know that what i'm about to say many people will say no to but I need help with things in my game like grammar, spelling, etc. I have been looking online for a auto editor or something like that but...
View ArticleHow to add music to a story
I am trying to add a background music to my story with this inserted into the top of the start of the twine story. <audio autoplay loop> <source src="music/hearthstone.mp3" type="audio/aac>...
View Article