Object reference and changing multiple values
I work on Twine 2, with story format Harlowe 1.2.3. I wanted to prepare a few objects, e.g: (set: $object1 to (datamap: "name", "Object 1", "value", 1)) (set: $object2 to (datamap: "name", "Object 2",...
View ArticleSugarCube releases
I figured that I might as well post a note that I've just published a new release of SugarCube for those of you using it.Highlights: Added dynamic updating to several of the page elements within the UI...
View ArticleTwine 2.1.0 released
It's out! You can get it from the home page. If you're upgrading (and I imagine most people reading this will be, please read the release notes carefully. There are significant changes from the 2.0...
View ArticleUbuntu MATE - Problem Launching Twine 2.1.1
When I unzipped the folder and clicked on the Twine file, I got the following error: Could not display "/home/michael/Desktop/nw/Twine/twine_2.1.1/nacl_helper". There is no application installed for...
View ArticleDisplay text when clicked, don't switch passage
Hi, I'm looking for a function for Sugarcube 1.0.35 that works like the Harlowe text as follows: There is a (link: "sword.")[sword. It is big and looks like it could take somebody's head off.] In other...
View ArticleHow do I add a sidebar in Harlowe?
I would like to be able to add a button that the user can click that will send them to the main menu, one so they can see acknowledgments, and maybe one to close the game.
View ArticleHello, can anyone help? What's wrong in such macro?
Hello, I am new, using Harlowe and I am trying such macro: (set:$s1 to 0) (link-reveal:"Click me")[(set:$s1 to 2)] (if:$s1 is 2)[You find a new way] The last sentence never print those text out. What's...
View Article[Harlowe] Need help with order of multiple (replace:) macros
I want to have a piece of text change to something else when clicked once, then change to a different thing when clicked again. I understand the basics of this, using hooks and (replace:), but I can't...
View ArticleCustom Save File Names
I want to be able to call upon save files that the player can name and eventually load up again. I have got the custom names working but I can't print links to load the save file with the custom name....
View ArticleHow do I add buttons to the sidebar in Harlowe and Twine 2?
I would like to add a few buttons to the sidebar (and maybe entirely move it to the bottom of the screen); one for going back to the main menu, one for achievements, going to the map, acknowledgements,...
View ArticleSound on/off in Sugarcube
How to turn a soundfile/music on/off in Subarcube 2.14? The music is not on the internet but, will be provided as a file.
View ArticleHelp displaying a dynamic list on a page
Okay, I give up. I've got a group of characters and a list of locations. Based on how far my players have progressed with each character's plot, each character could be in a different place, and who...
View ArticleArrays as object properties
I am using the most current version of Sugarcube and Twine 2 and I have an object set up that has an array as one of its properties, and now I need to pull out a specific element in that array and I'm...
View Articlehaving trouble with basic inventory
Hello I am completely new to this and I have been pouring over forum links and the Harlowe wiki and for the life of me I can't figure out what is wrong. I started with this site which gave the the...
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 ArticleWhat kind of stories are possible
Hey, I am completely new to IF. Before I dive in all tutorials completely I wanted to ask what kind of stories are possible to make with Twine. Is it only possible to create 'Choose you own adventure'...
View ArticleNew Sugarcube release : StoryInterface special passage
Thanks a lot Thomas, for your last release of Sugarcube 2.18.0. I'm a little bit puzzled with the new StoryInterface special passage. Could you give us a little practical example on how to use it ?
View ArticleHow to remove toggle button from UIBar (Sugarcube 2)
Ahoy, I'm just wondering if there's an easy way to remove the stow/unstow toggle button from the side UIbar? My game handles the stowing and unstowing of the bar, and I just need a way to prevent the...
View ArticleTrouble adding Sugarcube 2.18 to Twine 2.1.1
I'm upgrading to Twine 2.1.1 and Sugarcube 2.18 on Windows. I uninstalled Twine and installed the new version ok, and I've followed the instructions about adding the Sugarcube format.js to Twine, but...
View Article[SugarCube 2.7.2] Creating A Panel Similar To The UI-Bar
Hello, I'm looking to add a slim and stowable bar to the upper right portion of the screen. I feel that the information it would display would best be handled by a horizontal bar, as opposed to the...
View Article