Search found 4 matches

by QueenBee
Sun Jan 09, 2022 2:57 pm
Forum: Ren'Py Questions and Announcements
Topic: Minigame with linear moving object - place to count is not synchronized
Replies: 2
Views: 439

Re: Minigame with linear moving object - place to count is not synchronized

Thank you very much for help and suggestions. I ended up doing the minigame using different, easier approach.
by QueenBee
Sat Jan 01, 2022 2:56 pm
Forum: Ren'Py Questions and Announcements
Topic: Minigame with linear moving object - place to count is not synchronized
Replies: 2
Views: 439

Minigame with linear moving object - place to count is not synchronized

Hello, I am trying to adjust a minigame I found on a forum to my needs. This is my current code and you can also see a picture below. I will appreciate any help, please. If needed, I can add the original code I found on a forum. What it should be doing : The axe shaped pointer should move from one s...
by QueenBee
Mon Dec 06, 2021 7:07 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Fill variable with value of another variable
Replies: 4
Views: 444

Re: Fill variable with value of another variable

Thank you all for help and kind responses. I solved it. I think that I was trying to use $ also after = assuming that othervise it will just be set to text "day'.

I will definitely read "copy by value" and "copy by reference", didn't know that there is some difference.
by QueenBee
Mon Dec 06, 2021 8:33 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Fill variable with value of another variable
Replies: 4
Views: 444

[Solved] Fill variable with value of another variable

Hi, I would like to ask how to fill a newly created variable with current value of existing one . What I am trying to achieve : I want to record an exact day (in-game one) when a player returned a book and fill a new variable with that value. I am counting them as simple numbers. No week system invo...