Search found 4 matches

by jeonghansprince95
Sat Mar 17, 2018 3:10 pm
Forum: Ren'Py Questions and Announcements
Topic: How do I put different boxes for different choices
Replies: 1
Views: 402

How do I put different boxes for different choices

Is there a way to have two different box designs for two different choices?

Something like having one choice in a red box and have another choice in an orange box.
by jeonghansprince95
Thu Mar 15, 2018 9:57 pm
Forum: Ren'Py Questions and Announcements
Topic: How do I make it so the player can't skip a video
Replies: 3
Views: 583

How do I make it so the player can't skip a video

I'm just wondering how to make a player unable to skip a video when they click.

The video I want to put is an opening video, like 20 seconds long.
by jeonghansprince95
Sun Mar 11, 2018 10:29 am
Forum: Ren'Py Questions and Announcements
Topic: If statement expects a non empty block
Replies: 2
Views: 4796

If statement expects a non empty block

When ever I try launching my game, I get this error; File "game/script.rpy", line 74: if statement expects a non-empty block. if gender == "boy": File "game/script.rpy", line 80: if statement expects a non-empty block. if gender == "girl": I don't know what th...