Search found 100 matches

by zabuzaeldemonio
Sun Feb 12, 2017 4:38 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Help about party position?
Replies: 4
Views: 562

Re: Help about party position?

Yes it was an error.
by zabuzaeldemonio
Sun Feb 12, 2017 2:03 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Help about party position?
Replies: 4
Views: 562

Re: Help about party position?

I have used if/elfif/else And it still end in else. I have seen that in the control panel the variables I have defined, always give false, it does not matter the size of the party, although I do not know why this happens.This is the updated script: vbox: for f in availableSet: hbox: spacing 5 if (cu...
by zabuzaeldemonio
Sat Feb 11, 2017 9:31 pm
Forum: Ren'Py Questions and Announcements
Topic: Help with menu
Replies: 3
Views: 1464

Re: Help with menu

You are welcome.
by zabuzaeldemonio
Sat Feb 11, 2017 8:04 pm
Forum: Ren'Py Questions and Announcements
Topic: Help with menu
Replies: 3
Views: 1464

Re: Help with menu

As I see, it seems that buttonfade is not defined, have you tried removing this?
by zabuzaeldemonio
Sat Feb 11, 2017 7:26 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Help about party position?
Replies: 4
Views: 562

[Solved]Help about party position?

Hi guys: As the title indicates, I need a little help. I am trying to find a way to order the members of my party when a combat event is activated. I think I can explain better with an example of what I am trying to do: screen party_select: tag battle_party_select modal True default available = [] d...
by zabuzaeldemonio
Fri Feb 10, 2017 7:15 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Issue with member assignment
Replies: 2
Views: 422

Re: Issue with member assignment

Ahhh god, thank you very much, it works
by zabuzaeldemonio
Fri Feb 10, 2017 3:19 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Issue with member assignment
Replies: 2
Views: 422

[Solved]Issue with member assignment

Hi guys, I'm trying to do a rpg and I currently have a problem with membership assignment. The problem is when I try to add 4 members to a combat event. This is the error that gives me: I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 348, in scrip...
by zabuzaeldemonio
Tue Jan 10, 2017 1:10 am
Forum: Ren'Py Questions and Announcements
Topic: Unexpected result when storing data in a variable
Replies: 0
Views: 430

Unexpected result when storing data in a variable

Hi guys, As the title indicates I have a problem with that, The problem in question happens when I go to the script that has the code of my store, to go there should visualize the current inventory, however does not show anything, in addition to trying to buy objects should accumulate. On the other ...
by zabuzaeldemonio
Tue Jan 10, 2017 12:20 am
Forum: Ren'Py Cookbook
Topic: RPG Battle Engine - Alpha 7.5, downloads in first post
Replies: 274
Views: 75515

Re: RPG Battle Engine - Alpha 7.5, downloads in first post

Where can I move the image on the screen of the character?
by zabuzaeldemonio
Sun Jan 08, 2017 7:44 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]I can not save my equipment configuration
Replies: 0
Views: 455

[Solved]I can not save my equipment configuration

Hi guys, I'm a little newbie to this from renpy, and i have a problem with my equipment configuration. First of all I took the code here: https://lemmasoft.renai.us/forums/viewtopic.php?f=51&t=16943 And the problem in question happens when I equip a gun, and when I re-open the screen, at that moment...