Hi,
I was wondering how difficult it would be to make a simple dress-up game using Ren'py? Not a drag and drop kind, but one with < and > buttons for options like "skin", "hair", and "clothing".
I'm fairly novice to programming with Ren'py, so if anyone has some suggestions that would be much appreciated!
Thank you!!
Dress Up game?
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
- mangakaluna
- Regular
- Posts: 46
- Joined: Mon Apr 05, 2010 6:29 pm
- Projects: Adrift (Artist)
- Location: USA
- Contact:
- leon
- Miko-Class Veteran
- Posts: 554
- Joined: Sun Oct 09, 2011 11:15 pm
- Completed: Visual Novel Tycoon, Night at the Hospital, Time Labyrinth, The Buried Moon, Left of Center, Super Otome Quest
- Projects: Lemon Project, Porcelain Heart, Dream's Dénouement
- Organization: Team ANARKY
- Contact:
Re: Dress Up game?
Short answer: pretty simple.
You just use the same commands as you would for showing different facial expressions.
You just use the same commands as you would for showing different facial expressions.
Code: Select all
# the selection buttons (< and > buttons), first change the value of variables "skin", "hair", and "clothing", then the code for displaying is run:
show naked sprite # :P
if hair == "red":
show red hair
if hair == "black":
show black hair
if clothing == "casual":
show casual clothing
#...Who is online
Users browsing this forum: Google [Bot]



