getting an error when running twine.
this happened when I tried to run twine today. I checked my chrome for that extension and I didn't have one with that ID. Other than that I don't know what to do. Message: Cannot set property 'id' of...
View ArticleHow can I send the player to a passage using an onclick Event?
I'm using Twine 2.1.3 and SugarCube 2.18.0. I have created a div-element as a pop-up window and am allowing the player to close this div element with an ondblclick Event: <script> function...
View ArticleNo auto passage creation in 2.1.3
When i write new passage name Twine should create new passage linked to first one, but it doesn't.
View ArticleDownloaded 2.1.3 for Linux; no idea what to run
I'm an old, returning user, and Twine 2.0 told me to download a new version, so I did, and I get the following when I run ls -l in the directory it's in: -rwxr-xr-x 1 xander xander 6873784 May 1 20:25...
View ArticleCan you use random events to change tags.
I was wondering if you would be able to say have a random number and then if the number was say, 1 then add tag happy. I tried using the following code but it came up with this error: "Error:...
View ArticleBroken links that appear randomly and then disappear
Hello! I have made a Twine (in the online Harlowe format) that is an interactive navigation of a journal section about participatory performance (niche! but hopefully interesting for people reading the...
View Articlesugarcube 2: What is the difference between widgets and macros?
What is the difference (if any) between widgets and macros? Thank you!
View Articlesugarcube 2: referencing widget args with javascript?
Is it possible to reference the args of a widget using javascript in that widget? How about if say, the first arg ($args[0]) is an array? I've been trying to figure out how to do this, but can't find...
View ArticleA link that determines whether or not you make to a new passage.
How to enter new passage while in story mode but not before I must do something that will trigger this entering of the new passage? e.g. Go through a certain door so the story can advance, but after I...
View ArticleI'm having trouble with the usage of
Hi there. I'm a complete newbie in twine 2 and SugarCube 2.18.0, and I've just begun using the arrays and <<for>>, so please understand my helplessness. I've been trying to create a table...
View ArticleProbably already answered: got a die/dice, want to display button depending...
This is what I got, a friend helped me out so button could only be pressed once, I actually have no clue on html Spoiler: <!DOCTYPE html> <html> <body> <h1 ALIGN=center>...
View Articlelinks are not created
I have used the program in the past about a year ago I been using twine for the past few days using windows, 64 bit. and when I make a link it just shows a x, then I haft to manually create a link for...
View ArticleCreate an interactive textbox using Harlowe?
It can be done with sugarcube, but I wonder if it is possible to create an interactive textbox with Harlowe in which the user enters values, and gets feedback - eg too low, too high, correct?
View ArticleSugarcube Dialog Box Abilities
Is it possible in Sugarcube 2.18 to use a <<link>> or <<click>> to open a dialogue box that then allows for further options? Such as clicking on a rock, which opens the dialog...
View ArticleHow to "hide" your HTML?
Hello, everyone, I'm creating a game on Twine2 with SugarCube2, I have plans for commercial use in the future but right now I'm hosting an early version of the game on Amazon Webservices. The problem...
View Articlehow do you add to the value of a random variable
I have a set of variables ( str dex con wis...). I want to have an event that adds to or subtracts from a random stat.
View ArticleBest way how to create an inventory/stats page accesible from anywhere in the...
Hello, I am new to Twine and I really like it! I started learning the Sugarcube 2.18 version (current version of Twine) but I have hit a wall now and can’t find a good tutorial for what I want to do....
View ArticleThe (if:) command should be assigned to a variable or attached to a hook.►...
I have limited education on coding so bare with me on the lingo as I will probably use it incorrectly, but I get this error message all the time on what seems like very basic code statements involving...
View ArticleRestart and Save options in the Sidebar
Hello! I'm working with Sugarcube 2.18, and I've been trying to work on the style of my sidebar, but I've come across some obstacles. First of all, is it possible to remove the options of "Restart" and...
View ArticleSugarCube 2 How to use variables from Sugarcube in JS functions?
Hello. I want something like this: ::StoryInit <<set $TRACKING["ENEMY_1"] = 40>> <<set $TRACKING["ENEMY_2"] = 50>> <<set $enemy["ROOM_1"] = "ENEMY_1">> <<set...
View Article