Search found 7 matches

by bueraque
Fri Apr 05, 2019 6:59 am
Forum: Ren'Py Questions and Announcements
Topic: Tints of sprites in saves.
Replies: 0
Views: 233

Tints of sprites in saves.

I'm trying to use persistent data to save tints of sprites. On Save action I put function what writes tints of current sprites in a dictionary. (code looks like a[slot_name] = tint. Ex: a["1-1"] = "night") and on Load action I set value of appropriate save on persistent.current_d...
by bueraque
Thu Mar 21, 2019 10:31 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py error : "list indices must be integers, not Choicereturn"
Replies: 3
Views: 832

Re: Ren'Py error : "list indices must be integers, not Choicereturn"

I have the same mistake. What to do with it? Help please.
by bueraque
Sun Mar 03, 2019 1:21 pm
Forum: Ren'Py Questions and Announcements
Topic: I remake the operator "show" with Creator-Defined Statements
Replies: 1
Views: 311

I remake the operator "show" with Creator-Defined Statements

I remake the operator "show" with Creator-Defined Statements. How can I to know the arguments, which was written after "at" and "with"?
Ex: show alice_angry at CENTER with DISSOLVE
by bueraque
Fri Dec 21, 2018 5:27 am
Forum: Ren'Py Questions and Announcements
Topic: How to play action when imagebutton is hovering? [ solved ]
Replies: 2
Views: 498

How to play action when imagebutton is hovering? [ solved ]

I need to make a imagebutton, who'll do action when she'll be hovered.