Question is:
I know i can place a Python code within RenPy script, thats easy
Code: Select all
#my renpy statements
python:
#my python statements
Code: Select all
#my renpy statements
python:
#my python statements
RenPy():
#my other renpy statements
Code: Select all
python:
#my python statements
renpy.execute([
"transform transformexample:",
" xalign 0.0",
" linear 4 xalign 1.0",
" repeat"], init = True)
and sometimes i don't have free time and/or effort to acknowledge, so need some solution that works no matter how ugly it is ^^ thanks for listen my tirades
