Harlowe click-append macro and variables
Hi, I'm using Twine as part of a project I'm working on for university but I'm fairly new to Twine 2.0 so I don't know if this is possible in Harlowe or not. In one of my passages I've got a sentence...
View Article[Harlowe] Changing background images during play.
Sorry for the newbie question. I did search for and find a similar question somewhere but the answer given assumed a bit more css understanding than I've got. I'm gonna need an idiot's guide. Basically...
View ArticleIt doesn't work on tumblr?!
I dunno how to ask this as a question. I'm trying to post to tumblr. No I'm not trying to put it as a blog post, I'm creating an entire page and using only the HTML generated by Twine to power it.....
View ArticleMaintaining that status of an item that has been picked up
In this video: He creates the option to pick up a Lantern and a Teapot. When going back to that same page (where you can pick either of them up), the option to pick up the Lantern or the Teapot is...
View ArticleI NEED A Step-By-Step Guide for the Coding Illiterate on how to Make & Add...
Twine2/Sugarcube. I have previously asked a question like this and got 3 lines of instructions: <<set $backpack to true>> when picked up in the passage. Then in the inventory: <<if...
View ArticleHow do I make a gender option that works @ How do I allow the user to input a...
I'm new to this... twine thing. I have little to no experience with anything. The format i'm using is snowman. 1) Gender option Male Female When you click on one of them it works, for example every...
View ArticleConverting Choicescript to Twine
Hello everybody. I got this problem... for years I have been working on Choicescript, and I wanted to convert a choicescript game into twine. First, is it possible? Second, is there any tool capable of...
View ArticleChecking for multiple strings at one time within a dataset?
Hello, Twine newbie here -- so please excuse the noobiness of the question -- I want to be able to check to see if a certain combination of strings exist within a dataset, and output something specific...
View ArticleAdding to a Variable (Harlowe)
I’m trying to add to variable inside a passage by using a click macro. (Part of a character creation system I’m working on.) This is what I have so far; (set: $Health to 8) Health = $Health [Health...
View ArticleHow to make a link display one thing (text that players click on)but go 2...
So i figured out the <<return>> saves the changes and stuff made to making things visible in other menus whereas <<back>> doesn't & is basically time travel so I'm not using...
View ArticleCalling variables from other passages. (Snowman)
Hi! I'm using the JavaScript in my game and I used it to record information like the players name and age. I'm trying to call back to the variables in other passages to make my story more interactive....
View Article(Sugar Cube 2) Print variable in Link?
In a previous passage $father is set to "Brian" or "Laurence." Now I would like to have "Brian" or "Laurence" appear in a link. [[<<print $father>> left your mother.->Passage5]] Just...
View ArticleSome of my (replace: ) commands aren't working and I don't understand why
Hello! Sorry if this has already been answered, but neither Google nor the forum search feature showed me any relevant posts. I'm currently experimenting with different conversation systems. My only...
View ArticleHelp! How do you call functions in Snowman!
Hi! I'm using JavaScript to manage many variables in my game. Now, I want to add a simple number that can be held and added to throughout the game. So, for example, When you click a link or button, it...
View ArticleError with onclick function (Snowman)
Hi! In my game I'm trying to make it so when you press a button, it will print "Your relationship with Frances has improved!" and then add 1 to this value. Below is my javaScript: <% s.FRANCES =...
View ArticleHow to make 'add inventory' macros support multiple inventories?&Other...
Here is my story javascript(it's the tutorial script): window.getInv = function() { return state.active.variables.inventory; } macros.initInv = { handler: function(place, macroName, params, parser) {...
View Article(Sugar Cube 2) Print variable in Link?
In a previous passage $father is set to "Brian" or "Laurence." Now I would like to have "Brian" or "Laurence" appear in a link. [[<<print $father>> left your mother.->Passage5]] Just...
View Article[Harlowe] Implementing Background YouTube or Vimeo Video
Hi all, I'd like to put some background videos in some specific passages. How can I embbed YouTube or Vimeo Video and sur them as background videos ? All my best, David
View ArticleSetting a MAX width and MAX font size - CSS Harlowe
Dear all, Stuck with my game looking great on mobile, but it is unendingly responsive, so on laptop or larger screens, the font size and the body column width is HUGE! How do I set a max width and max...
View ArticlePushing 2d array into array and editing problem
I am pushing an 2d array into an array and trying to edit the starting array between the 2 pushes and also the ending array after the pushes. both give the same results, the effects happen to both of...
View Article