Search found 4 matches

by Lilly
Tue Mar 26, 2019 10:48 am
Forum: Ren'Py Questions and Announcements
Topic: Help with counter
Replies: 2
Views: 385

Re: Help with counter

This worked perfectly, thank you so much! I actually thought an elif or else must follow after an if, now I know that another if works. The screen for the counter helps a lot, thanks again for showing me how to do it! I did give the Screens section of the documentation a read, so I know it would be ...
by Lilly
Sun Mar 24, 2019 11:27 pm
Forum: Ren'Py Questions and Announcements
Topic: Help with counter
Replies: 2
Views: 385

Help with counter

Hi again, I wasn't sure whether to make a new topic or not, sorry If this should be a followup in my previous post instead ( https://lemmasoft.renai.us/forums/viewtopic.php?t=54456 ) but this is a new test so I guess its ok. I'm sorry if not! Anyway, this time I am having trouble with executing a co...
by Lilly
Sun Mar 24, 2019 7:54 pm
Forum: Ren'Py Questions and Announcements
Topic: Help with my code
Replies: 2
Views: 382

Re: Help with my code

This worked like a dream! Thank you so much!! "If count < 3, like in the code you posted, it leaves 3, 4 and 5 as posible values not defined in if or elifs statements, it would go to the else part" "In the code you posted >= 6 and >= 9 are not mutually exclusive, and it will only exec...
by Lilly
Sun Mar 24, 2019 10:30 am
Forum: Ren'Py Questions and Announcements
Topic: Help with my code
Replies: 2
Views: 382

Help with my code

Hi, this is my first post here. I am currently learning Ren'Py. I am a newbie to code, I don't know any programming language... So I am kind of messing around with Ren'Py script and figuring things out as I go for now. Anyway, I wanted to run a little test on conditional statements. Basically a litt...