Search found 6 matches

by TwiztidSinX
Sat Mar 09, 2024 10:18 pm
Forum: Ren'Py Questions and Announcements
Topic: Requesting Assistance with Python OOP and a premade code that uses many Global Variables
Replies: 9
Views: 331

Re: Requesting Assistance with Python OOP and a premade code that uses many Global Variables

I actually realized when I checked the link you sent. I did try adding that to the game already and I removed it. Only because, and I think its due to a revision in RenPys logic or something? But the locations for where items are does not work well with the location "boxes" of the backgrou...
by TwiztidSinX
Sat Mar 09, 2024 4:21 pm
Forum: Ren'Py Questions and Announcements
Topic: Requesting Assistance with Python OOP and a premade code that uses many Global Variables
Replies: 9
Views: 331

Re: Requesting Assistance with Python OOP and a premade code that uses many Global Variables

Wow thank you for all of the helpful advice. Let me try to answer each point and/or comment on everything I can. If I miss something I do apologize. I actually smiled when you said young fella been a LONG time since anyone called me that. I am 36 so to some I am young I just havent been called young...
by TwiztidSinX
Fri Mar 08, 2024 5:56 pm
Forum: Ren'Py Questions and Announcements
Topic: Requesting Assistance with Python OOP and a premade code that uses many Global Variables
Replies: 9
Views: 331

Re: Requesting Assistance with Python OOP and a premade code that uses many Global Variables

After some more trial and error I was able to confirm 2 things that are not good and probably why I was using the wrong code in the first place. As well as 1 very good thing that I was able to do. So 1 by indenting the tooltip as suggested the game crashes saying that tool tip is not a valid child o...
by TwiztidSinX
Fri Mar 08, 2024 4:52 pm
Forum: Ren'Py Questions and Announcements
Topic: Requesting Assistance with Python OOP and a premade code that uses many Global Variables
Replies: 9
Views: 331

Re: Requesting Assistance with Python OOP and a premade code that uses many Global Variables

Yea I actually tried making my own for a few days first and I couldn't get it to work the way I wanted it to which was when I decided to shift to trying to learn a prebuilt one that was built by someone with much more knowledge than I had. Also I do know the call return thing. But when I had returns...
by TwiztidSinX
Fri Mar 08, 2024 2:55 pm
Forum: Ren'Py Questions and Announcements
Topic: Requesting Assistance with Python OOP and a premade code that uses many Global Variables
Replies: 9
Views: 331

Re: Requesting Assistance with Python OOP and a premade code that uses many Global Variables

Yea as I said I truly do not understand the code in it's entirety which is why I am asking for help. Essentially it is code from the renpy cookbook. What I want it to do is you walk up to a wall with papers on the wall. The papers are image buttons, one for each rank. But the image buttons are not c...
by TwiztidSinX
Fri Mar 08, 2024 11:37 am
Forum: Ren'Py Questions and Announcements
Topic: Requesting Assistance with Python OOP and a premade code that uses many Global Variables
Replies: 9
Views: 331

Requesting Assistance with Python OOP and a premade code that uses many Global Variables

This is going to be a lengthy post as I want to make sure that all information pertaining to the issue I am currently having is available. As well as what I am trying to achieve. Also what is going wrong, and the paths I have already taken to try to solve the issue on my own before coming here. So t...