Search found 6 matches

by era27
Fri Dec 30, 2016 3:35 am
Forum: Ren'Py Questions and Announcements
Topic: Using buttons for player choice in python
Replies: 0
Views: 251

Using buttons for player choice in python

Hello, I am using Leon's inventory screen (here: https://lemmasoft.renai.us/forums/viewtopic.php?f=51&t=23071 ) and I want to add a menu to give player choice on using items in a party of four characters. I want the button click to set a variable to the character name, and then apply the effect ...
by era27
Wed Oct 19, 2016 2:13 am
Forum: Ren'Py Cookbook
Topic: RPG Battle Engine (similar to RPG Maker)
Replies: 22
Views: 17073

Re: RPG Battle Engine (similar to RPG Maker)

agl wrote:I am using this engine (although i am heavily reworked it) in my wip game.
Thank you very much.
Care to share your code?
by era27
Thu Jul 07, 2016 9:10 pm
Forum: Ren'Py Cookbook
Topic: Inventory Screen
Replies: 100
Views: 102528

Re: Inventory Screen

Hello!

How can I use the player() class with a group of players?

Thanks
by era27
Thu Jun 16, 2016 3:04 am
Forum: Ren'Py Cookbook
Topic: RPG Battle Engine (similar to RPG Maker)
Replies: 22
Views: 17073

Re: RPG Battle Engine (similar to RPG Maker)

So, I have been playing around with this code for awhile now. I fixed some things, like the monster turn ending late, monsters attacking the dead, etc. And I added some functionality, like MP and health not refreshing to full after combat. Here is what I have so far. I am a bit of a beginner at this...
by era27
Sat May 14, 2016 12:31 am
Forum: Ren'Py Cookbook
Topic: RPG Battle Engine (similar to RPG Maker)
Replies: 22
Views: 17073

Re: RPG Battle Engine (similar to RPG Maker)

Thanks, this is really cool. But, I was wondering about a few things: - When battle ends, it doesn't seem to check for the end until after the last character takes a turn. - I am unable to change the number of monsters to anything but three, even when altering the code according to your notes in the...
by era27
Thu May 12, 2016 5:57 am
Forum: Ren'Py Cookbook
Topic: Dungeon Crawl RPG Framework
Replies: 99
Views: 60883

Re: Dungeon Crawl RPG Framework

Hi, thanks for this. I am having fun playing around with it. However, I am having an issue with it. I want to copy the "dungeon" and "battle" scripts into my came so that I can incorporate them into my visual novel. For example, the player chooses to enter a cave, and then dungeo...