I Can't Install SugarCube
Hi. I'm trying to install and use the SugarCube story format. Here are the instructions I am trying to follow: http://www.motoslave.net/sugarcube/2/docs/twine-2.html I followed all of the instructions,...
View ArticleRetrieving data from Excel Spreadsheet
Hi, I am using Twine 2.0 with Sugarcube. I want to import Data from Excel spreadsheet, so that when I will change data in the Spreadsheet it should get reflected in the story. Is this possible?
View Article[Sugarcube] Using one number to store multiple variables.
Hy, I'm not quite sure how to put this. I'd like to use one number(for example 1000) to store multiple variables by variables by modifying and reading individuals digits. For example if the character...
View ArticleCheck var to play a sound
How can I play a mp3 file after check a var? Example: (if: $var is 0 )[PLAY MP3 HERE]
View ArticleGet position of the element of the array (SugarCube)
How to get position of the element of the array and put it in a variable when you press the button? So, we have an array with objects inside. Just for example: Here is the code to display this array...
View Article[Sugarcube] Creating a frame/box for images.
I would like to put a box in the top right of the screen which can display images/text similar to the ui bar. I assume if this is possible then I do it with frames but I can't find anything about it on...
View ArticleRandom Map Generation
I've probably bitten off more than I can chew with this one, but here we go. I have tried, unsuccessfully obviously, to create an exploration system similar to the game "A Dark Room". So far, all I've...
View Article[Harlowe] How to set different (possibly) variables for easy customization?...
I'm very new to coding, CSS and the like. I've scoured the web and these forums for the answer to my question, but I can't find it. Or maybe I'm just not looking hard enough. I hope I can find some...
View ArticleI want to know how to make a passage appear in the shape of a chat message....
I am developing a game and I would like to know how to make a passage appear in the shape of a chat message. I tried messing around with css, changing radius and stuff. But those didn't seem to help.
View ArticleIs using an external editor possible?
With the release of the new beta build (visual improvements are pretty cool btw) I decided to ask, is there a possibility to use an external text editing program with the installable Twine? I find...
View ArticleUsing Switch in Sugarcube
I cannot figure out how to use <<switch>> in Sugarcube 2.0 Everytime I try, I get "Error: macro <<switch>> does not exist" followed "Error: macro <<case>> does not...
View Article[Sugarcube] How to have pop-up menus / use UI.alert
I would like to have a pop-up window display a passage or some text or an image. I've been reading the sugarcube documentation but it doesn't explicitly say how to use UI.alert.
View ArticleAnyway to read the Twine 2 wiki offline?
Hi again! Is there a downloadable manual with instructions and exercises for Twine 2? Or is the information only accessible online at the official Twine wiki? While I understand that the information on...
View ArticleHow To Tell If A Day Has Passed
In my game, I want a system where every day you can get random loot. However, I don't know how to tell it when a day has passed. Is that possible? I use Harlowe.
View Articlecombined Macro Set code examples
How would I use <<replace>> or <<replacelink> in the sugarcube version Im using in conjunction with if statements inside that give you multiple options to be clicked and replaced...
View Article2 questions regarding the Inventory system [Sugarcube]
I am currently using this inventory system: https://twinery.org/wiki/twine2:add_an_inventory_system 1.) I was wondering how to add items to an inventory if you allow for multiples of the same item? As...
View ArticleCannot read property of 'setAttribute' with cordova.js
Hello everyone, this is my first time posting so please bare with me. The background and setup of the issue: I was able to compile my test Twine 2 game using both Harlowe and Sugarcube and create an...
View ArticleIs it possible to permanently display a value and modify it based on the...
Hello Twine people! So, basically I have this story set up and would like to have four (text) values somewhere on the screen (they never move) and have them modified by the player's choices. It would...
View ArticleHow Do you get an Inventory button to show up on the side bar in SugarCube...
the Twine version before the Beta that is out. Also what do you put in the JavaScript passage?
View Article