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:
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.
I looked at the code and have incorporated some elements into mine such as the wardrobe because i cant figure out the change button so could you explain that?
also if this was your first time making a simple game could you give me links to what you used to learn?
← Return to game
Comments
Log in with itch.io to leave a comment.
how do I get rar to work?
you have to unpack it
how?
winrar
7 zip (its free and superior)
I can't understand this game for a damn. How do I start knocking teeth out?!
Is mobile gonna be a thing
Just download the file > extract > click the .html (you could play using browser or emulator such as joiplay)
I'm on mobile too
How's development coming along? Is it still being worked on?
Hey dude can you add play in browser?
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.
I looked at the code and have incorporated some elements into mine such as the wardrobe because i cant figure out the change button so could you explain that?
also if this was your first time making a simple game could you give me links to what you used to learn?
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.