Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

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.

(1 edit)

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?

(+1)

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.