Search found 63 matches

by iDweadith
Mon Mar 02, 2020 9:06 pm
Forum: Ren'Py Questions and Announcements
Topic: Time/day system
Replies: 21
Views: 2649

Re: Time/day system

Thanks for the answer Potato0095 and trooper6 Right now I'm trying something like that under, but that doesn't work :( self.days = 1 #This is the day I want to start with @property def day(self): return self.days #This method gives me the day def advance(self, i=0): if h == 0: # H stands for hours i...
by iDweadith
Mon Mar 02, 2020 5:17 am
Forum: Ren'Py Questions and Announcements
Topic: Time/day system
Replies: 21
Views: 2649

Re: Time/day system

Hi trooper6 thanks for that code in the cookbook :)

Yes I will add time when the player does action
by iDweadith
Sun Mar 01, 2020 9:00 pm
Forum: Ren'Py Questions and Announcements
Topic: Time/day system
Replies: 21
Views: 2649

Time/day system

Hello guys! First of all I want to say sorry for my bad english I hope you understand. So, I'm new renpy user, also I'm studying Python but I think that the code I'm going to use is pretty hard for my knowledges. So what I need is a time/day/ system I want the time changes when an event is triggered...