Search found 5 matches

by JulioTP
Tue Aug 01, 2017 6:45 pm
Forum: Ren'Py Questions and Announcements
Topic: The changes made in register_stat with change_max_stat from stats.rpy aren't saved in the .save!
Replies: 4
Views: 694

Re: The changes made in register_stat with change_max_stat from stats.rpy aren't saved in the .save!

Try default maxlifevar = 10 # this line is out of any label (like image or character declaration) label start: $ register_stat("VidaJ", "hpplayer", 10, maxlifevar) Also, check this - https://www.renpy.org/doc/html/save_load_rollback.html I did it, and this is what happened: I'm ...
by JulioTP
Mon Jul 31, 2017 8:35 pm
Forum: Ren'Py Questions and Announcements
Topic: The changes made in register_stat with change_max_stat from stats.rpy aren't saved in the .save!
Replies: 4
Views: 694

Re: The changes made in register_stat with change_max_stat from stats.rpy aren't saved in the .save!

The problem might be in this part init: $ maxlifevar = 10 $ register_stat("VidaJ", "hpplayer", 10, maxlifevar) use default statement instead - https://www.renpy.org/doc/html/python.html?highlight=default#default-statement Can you tell me how to make this work please? I appreciat...
by JulioTP
Mon Jul 31, 2017 4:46 pm
Forum: Ren'Py Questions and Announcements
Topic: The changes made in register_stat with change_max_stat from stats.rpy aren't saved in the .save!
Replies: 4
Views: 694

The changes made in register_stat with change_max_stat from stats.rpy aren't saved in the .save!

I am using this stats.rpy screen: # stats.rpy # Keeps track of and displays the stats for the DSE. # # To change styles, add a style block for the element you want # preceded by "dse_stats_" down below init -100 python: __dse_stats = {} class __Stat(object): def __init__(self, name, var, d...
by JulioTP
Tue Jan 26, 2016 10:38 pm
Forum: Ren'Py Questions and Announcements
Topic: I Need help with the labels in renpy!!!
Replies: 2
Views: 666

Re: I Need help with the labels in renpy!!!

everything is alright now, thank you for your help :D
by JulioTP
Fri Jan 22, 2016 8:30 am
Forum: Ren'Py Questions and Announcements
Topic: I Need help with the labels in renpy!!!
Replies: 2
Views: 666

I Need help with the labels in renpy!!!

Hi! i am new in lemmasoft (I just registered today but I have visited this page almost every day xD) and sorry if you can't understand my english but it's not my native language xD (I speak 100% spanish and 70 % english so i can understand the english) Ok Here is the problem, Am putting in my game a...