Search found 4 matches

by Akemari
Wed May 10, 2017 9:51 am
Forum: Ren'Py Questions and Announcements
Topic: Another error that won't let me load my game.. :/
Replies: 12
Views: 4996

Re: Another error that won't let me load my game.. :/

EDIT: Found my duplicate label on line 2034. Not sure why this error message never triggered until now, but there ya go. Their advice was on point. Hoi! I am having the same problem. I didn't experience this issue at all until just recently. My computer broke (long story) and I had to load up a ver...
by Akemari
Mon Sep 12, 2016 8:44 am
Forum: Ren'Py Questions and Announcements
Topic: Decimals and Math (Solved)
Replies: 1
Views: 562

Re: Decimals and Math

Nevermind, I finally figured it out! If anyone was curious, you have to add decimals somewhere in the equation.

So 50 / 100 = 0, but 50.00 / 100 = 0.50.
by Akemari
Mon Sep 12, 2016 8:20 am
Forum: Ren'Py Questions and Announcements
Topic: Decimals and Math (Solved)
Replies: 1
Views: 562

Decimals and Math (Solved)

Okay so I'm trying to create a system that sets the width of an image based on a variable. $ hpp1 = 75 $ bar1per = hpp1 / 100 show hpbars1 onlayer barlayer at position(xpos = 152, ypos = 20): xzoom bar1per This is what I have in a nutshell. So my problem is the $ bar1per = hpp1 / 100 doesn't produce...
by Akemari
Sun Jul 24, 2016 8:58 am
Forum: Ren'Py Questions and Announcements
Topic: Keeping text shown during transitions
Replies: 33
Views: 13522

Re: Keeping text shown during transitions

I would love to know this too! I've tried all of the above and haven't had any luck in the 6.99.10. What I really would like is a way to have new text appear right as a transition starts. Imagine you see what a character is saying, as their image dissolves or moves on screen. The reason I would real...