Search found 5 matches

by Kocker
Thu Mar 28, 2024 11:42 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Having problems with classes, trying to create turn based combat with random enemies
Replies: 6
Views: 575

Re: Having problems with classes, trying to create turn based combat with random enemies

I really appreciate all the help, but I realized that as of now, I clearly don't have enough knowledge about classes and lists. So I'm gonna spend some time trying to learn more about them. At least I actually learned a few things that I didn't know , so it wasn't for nothing. (mainly the existence ...
by Kocker
Thu Mar 28, 2024 2:56 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Having problems with classes, trying to create turn based combat with random enemies
Replies: 6
Views: 575

Re: Having problems with classes, trying to create turn based combat with random enemies

First of all, thanks for the quick reply, I just woke up like an hour ago. The day starts off good! Second of all, I forgot to mention that I'm quite a bad learner when it comes to new things that I don't know. What I mean by that is, unless I connect to the topic/problem on a somewhat personal leve...
by Kocker
Wed Mar 27, 2024 4:02 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Having problems with classes, trying to create turn based combat with random enemies
Replies: 6
Views: 575

[SOLVED] Having problems with classes, trying to create turn based combat with random enemies

So, with my very limited knowledge of coding, I bumped into a problem that I have 0 clue how to tackle. I want to create a turn based combat focused game, where you could battle random opponents. The problem comes from the random part. At the beginning of this project, I started things small and sim...
by Kocker
Fri Jul 07, 2023 10:33 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]Trying to understand imagemaps
Replies: 1
Views: 139

Re: Trying to understand imagemaps

Update: After some more searching I found out I made multiple mistakes. 1st: This whole time I forgot to rename my screen, turns out "navigation" is used for game menus(silly me). 2nd: Instead of imagemaps, imagebuttons are more suited for what I1m trying to accomplish. 3rd: Instead of usi...
by Kocker
Fri Jul 07, 2023 1:43 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]Trying to understand imagemaps
Replies: 1
Views: 139

[SOLVED]Trying to understand imagemaps

I'm trying to create an imagemap where the hotspots play a random video file when clicked, but nothing seems to work. I'm really new to coding, all my current knowledge comes from watching tutorials or using google to look for answers. Up until this point I could find answers for my problems and sol...