Search found 4 matches

by norrissang
Tue Oct 06, 2020 9:16 am
Forum: Ren'Py Questions and Announcements
Topic: [Question] Show image depend on variables
Replies: 2
Views: 395

[Question] Show image depend on variables

I just want to show image and number of it depend of variable like this image miko1 = "miko1.png" image miko2 = "miko2.png" image miko3 = "miko3.png" default point = 0 menu: "This is good": point += 1 #at this time, point = 1 show miko1 # if point = 2, show mi...
by norrissang
Fri May 08, 2020 6:09 am
Forum: Ren'Py Cookbook
Topic: Quick Time Event
Replies: 17
Views: 21576

Re: Quick Time Event

cool4200 wrote: Wed Apr 22, 2020 8:45 pm I want that if you click 10 times it appear a message saying that you win, what should i do?
I asked that
by norrissang
Sat May 02, 2020 4:01 am
Forum: Ren'Py Cookbook
Topic: Date wih weekdays and leap year
Replies: 3
Views: 3081

Re: Date wih weekdays and leap year

Thanks. Is there anyway to show it?
by norrissang
Tue Jul 03, 2018 9:23 am
Forum: Ren'Py Cookbook
Topic: Quick Time Event
Replies: 17
Views: 21576

Re: Quick Time Event

sorry for my bad english. How to change it to limited (just 10 click => end game, instead of loop forever)