The code for this is simply:
Code: Select all
label changer:
if textstyle == 1:
$ renpy.set_style_preference("text", "say1")
elif textstyle == 2:
$ renpy.set_style_preference("text", "say2")
returnCode: Select all
label changer:
if textstyle == 1:
$ renpy.set_style_preference("text", "say1")
elif textstyle == 2:
$ renpy.set_style_preference("text", "say2")
returnThank you! Everything is now working perfectly!Ocelot wrote: ↑Fri Dec 24, 2021 4:51 amThe simplest solution would be to call label changer in after_load.
https://www.renpy.org/doc/html/label.ht ... ial-labels
Users browsing this forum: Google [Bot]