Search found 1 match

by Baita
Thu Feb 15, 2024 11:24 pm
Forum: Ren'Py Questions and Announcements
Topic: Submenu based on object array
Replies: 1
Views: 145

Submenu based on object array

Hi! I'm trying to develop a combat system in which the player will be able to choose different moves to hit and enemy with. I want to make it so that the player chooses an attack and then it creates a submenu on what enemy to attack. I currently have a class containing the objects, aka, the enemies ...