Search found 5 matches
- Thu Jan 24, 2013 7:46 am
- Forum: Ren'Py Questions and Announcements
- Topic: Select Character?
- Replies: 9
- Views: 1305
Re: Select Character?
I still really need to explore. well I will try to figure it out, maybe it's also use ui function o.o. thx for sharing ur ideas Tsuyuri>< don't hesitate to come if I ask for more question ahahah. oh and I'm looking forward to your game.
- Thu Jan 24, 2013 3:43 am
- Forum: Ren'Py Questions and Announcements
- Topic: Select Character?
- Replies: 9
- Views: 1305
Re: Select Character?
Though it is not what I meant, this code will be useful in the futureazureXtwilight wrote:I think it's easier to use condition switch. In fact, someone made a tutorial about it:
http://lemmasoft.renai.us/forums/viewto ... 51&t=19063
aa!we come from the same country o.o
- Thu Jan 24, 2013 3:39 am
- Forum: Ren'Py Questions and Announcements
- Topic: Select Character?
- Replies: 9
- Views: 1305
Re: Select Character?
# The game starts here. label start: $ playchar = False Narrator "Who will you play?" menu: "Character 1": jump chartest "Character 2": $ playchar = True jump chartest1 label chartest: show eileen e happy "Hey this is me!" jump scene1 label chartest1: show eileen e concerned "But this is me if I pi...
- Thu Jan 24, 2013 3:29 am
- Forum: Ren'Py Questions and Announcements
- Topic: Select Character?
- Replies: 9
- Views: 1305
Re: Select Character?
I'm a little confused... Do you mean when you select a character, the only thing that will change is the name and/or side image/other graphics? hmm it suppose to be like this http://www1.picturepush.com/photo/a/12030639/img/12030639.png in the beginning player can choose one of the character, but t...
- Wed Jan 23, 2013 11:43 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Select Character?
- Replies: 9
- Views: 1305
Select Character?
Just say u can choose one character from two main character pictures that u will play, but whoever character that u choose, the story will gonna be the same. Does anyone know how?
Thank you ><!
Thank you ><!