Twine 2.1 stuck loading when adding a new story format
I'm trying to add the latest version of sugarcube to twine, I copy and paste the file url but for some reason it doesn't do anything but display "loading..." indefinitely. I've tried several different...
View ArticleNew to twine - have a simple question that I can't seem to find the answer to.
Okay so it's been a long time since I've written any type of code and I'm having a small issue with passages. So currently I have this: <<set $friendName = "">> The girl across the street...
View ArticleAudio - Turn off/on option in [Sugarcube 2]? Where to upload?
Right now I'm using the audio macro. Can I give the reader/player an option to mute all audio? If there is not, can I make an option in the UI bar (below saves and restart) that basically turns a...
View ArticleChange CSS on mouseover macros
Genuinely going insane. I'm using Harlowe 2.0 and I can't find a way to change the mouseover CSS. All I want is for mouseover enchanted hooks to appear green, so a player knows they are interactive....
View Articleanother health bar for sugarcube 2
i have problem about my kind of health bar feature for my game, here we go: first we set this variable ::StoryInit <<set $energyTotal to 100>> <<set $energy to $energyTotal>>...
View ArticleClick Anywhere to Continue
So, this question's probably been asked before, but Google is doing me no favors today. In Sugarcube 2.0, is there a means to click anywhere on a passage to continue to the next passage? In my specific...
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 ArticleHelp with losing story file and Twine now not working.
So we created a story, and accidentally closed Twine's application before saving. Upon reopening we just have a grey twine window with no options to do anything. We have accessed the HTML version of...
View ArticleTwine win64 no longer functions: An error occurred during startup while...
I've been using Twine 2.1.1 just fine for a week, and then my PC happened to crash. Now, Twine will no longer function. When the program opens, it shows the following errors: Message: Cannot set...
View Article[Twine2.1.1][Sugarcube 2.14] Is there a way to call a macro from JavaScript?
Hey there, I'm getting tired of duplicating my JS code to define a macro and then define a normal JS function to do exactly the same thing. Is there a way for me to invoke a macro that I previously...
View Article[Sugarcube] Split StoryInit across multiple files
As I build up my inventory system and other "reference" data my StoryInit file is getting unwieldly large, is there a way to have it source from multiple files so I can split things up for better...
View ArticleInventory System (Sugarcube 2.0 / Twine 2)
Hi all, Right now, I've got a very makeshift inventory system going. Basically, I've created a variable for the player's weapon and armor ($player.weapon and $player.armor respectively), and I'm...
View Article[sugarcube] Disable footer passage in certain passages.
Is there a way that I can disable the footer render for just a couple of passages? The footer will house player stats but there is the intro passages like the intro where this is not needed.
View ArticleHow to invoke a Javascript function with a button in Sugarcube?
What I'm trying to do is to invoke a Javascript function that (I think) I defined in the global story javascript. Here's what I did: 1. Wrote my "test" passage: <div...
View ArticleUsing symbolic link to store stories at various location on disk on windows 10
Hi all, After struggling for a while on how to save stories to another location and found no way, I devised a small work around. The original goal was to store all stories in a github repo along with...
View Article[CSS] Text shadow not showing up. (maybe it's a vampire?)
Just a quick question. I have a segment of my story that is supposed to be a glance back in time. I wanted to give it kind of a redshift effect with a drop shadow. .echo { color: #ffb366; text-shadow:...
View ArticleHow to refresh passage
Just like the title said, how i can refresh current passage without go to another passage ? here's my scenario: i have button to fast forward time by 1 hour and its show current time in here...
View Article[Twine 2.1.1] [SugarCube 2.14] Passages and interactable objects.
Hi there, I'm looking for best practices and solutions to the following problem: Let's say I have a passage, in which I want a treasure chest and a person. When the player enters the room, I want to...
View ArticleI can't seem to replace a piece of text
I haven't used twine for a good 3-4 months and I loaded it up to complete an almost finished project I've been working on a while back, but something really funny keeps happening to me, I can't seem to...
View Article"MouseButtonDown" detection, and basic rhythm mechanics (reliable timing)
I'm a beginner in coding and game development. I would ask these questions discreetly to help discussion be more thorough, but as a new member of the forum I'm worried I might have trouble getting...
View Article