Displaying [ ] symbols in a link to another passage
Hi there, I'm trying to make a link to a new passage, but I want the visible text to include [ ] symbols, to represent an action rather than dialogue. I tried this: [[[Run to the Fermented Potato]]]...
View Articleadd a new format failed
Hi, was trying to add a new format to twine2 by following this tutorial https://github.com/cauli/TwineJson . But after typing into the url, it keeps loading and never finishes. It happens on both the...
View ArticleHow do I edit the Sidebar in Sugarcube?
I'm making a sports game so I want the sidebar to display the roster How do I edit the sidebar to display that?
View ArticleNeed help to choose story format
Hello, I am a bit new to Twine and I am not sure which format to choose for my story. My main need is to be able to change the image for each passage, and a little formatting (font). What would you...
View ArticleIssue with Items
Hello! I'm creating a game using Harlowe 1.2.3 in Twine 2, and I'm experiencing a bit of difficulty with items. I'd like for the player to track down some currency before leaving their home, and I'm...
View ArticleTrying to get background image on a passage
Twine 2.1.0, Harlowe 2.0 I want to use an image for the background for a single passage. I'm trying this: (background: "example.jpg")?Page But I get this error: The (background:) command should be...
View ArticleNothing happens when locally publishing to file
I use Twine 2.1.0 on Windows 8.1 When I click the "Publish to File" option in Twine, nothing happens. No file is created (from what I can find), no dialogue box opens, nothing. Am I doing something wrong?
View Article(Harlowe) What's the css tag for (mouseover:) links?
Hey, I'm trying to use mouseover links in harlowe and I noticed that they're just sort of... underlined with a dotted line, and I'd like to make them more noticeable by changing their appearance in the...
View ArticleIllume Proofing
Has anyone used the Illume proofing format this year? I'm having trouble importing it. The error I receive when I put up the format is The story format at...
View ArticleCheck value in two dimensional array in Harlowe.
Hello, I'm new here. How can I check value in two dimensional array like: (this obviously don't work for me) (if: $levelMap[$posX][$posY+1] is > 0)[[Go South]] The $levelMap is 10 : 10 array: (set:...
View Article"Publish To File" Won't Work on Firefox! URGENT!
Whenever I click publish to file nothing happens. There is no indication to show that it has saved, no new tabs open, nothing. It's like clicking on nothing. I have been trying to save it for three...
View ArticlePublish to File does nothing
Using the online Twine editor at https://twinery.org/2/#!/stories, I click the gear icon below (and to the right) of a very simple story (one passage, entitled Start, with one sentence in it), choose...
View ArticleBackground Image Clickable?
Twine 2.0 Harlowe Version 2.1.1 Is it possible to have a background image clickable? I have the code set up in my Story Stylesheet and the background image works fine. I'm also inserting...
View ArticleCreating a Binary Decision from Several Options (then eliminating those options)
Finally been thrown for a loop on a problem. First post, but lurking for a few months. The idea is this: I'd like for a player to visit a location and randomly see 2 people out of a possible 5. They...
View ArticleObject 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 Articleusing symbols with If statements using variable In Harlowe 2.1.1
Ive been having some trouble. I don't know if twine just doesnt support what im trying to do or if there is another way to go about it. basically when a variable reaches a certain point i want...
View ArticleHarlowe What to type after an "If" variable, (:if $hassword is "false") = I...
Hello everyone. I'm new to twine and am having trouble with Variables, specifically what to write after the above variable to create a link to another passage. Also if there was a tutorial you could...
View ArticlePermanently Changing a Variable as the Result of a Choice
I have decision points that not only advance the story, but also change a variable. The code I've used so far helps me exit the if statement, but it doesn't permanently change the variable. I need to...
View ArticleHelp with character Sheet
Hey everyone, First, i am using Twine version 2.0.11 and SugarCube version 2.11.0 (at least thats what appears when i check inside Twine) On my game, i am trying to create a character sheet for the...
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 Article