hello I recently started using twine and I was wondering how you did the wardrobe selections because i looked at it code and couldent understand it so could you give me the types of code and layouts to make my own or reccomend a guide or tutorial, I also wanna do character creation. so if you cant reccomend some guides do I have your permission to use your code?
Honestly, ive never programmed before, this game was my first time so i was kinda learning as I went. As for the character creation and wardrobe, i just used a bunch of set value triggers. ex:
<h2>Tops</h2>
<<radiobutton "$Shirt" "Sundress" autocheck>>Sundress <<radiobutton "$Shirt" "Plain Tee" autocheck>>Plain Tee <<radiobutton "$Shirt" "None" autocheck>>None
It gives you buttons to choose a sundress, a plain tee, or none. When you chose one, it just sets the value of $Shirt to that value. I kinda wish i could make this game in the way I envisioned it but its pretty hard with no programming experience.
Well what storytelling method are you using in twine? I used the newest Sugar Cube. a guide to sugarcube can be found here: https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ve... The buttons i used are explained there, theyre called radiobuttons.