So, the first question. I need to jump to label from function.
Simple function:
Code: Select all
init python:
def Move(where):
time += 5
renpy.jump(where)
returnCode: Select all
menu:
"Go home":
"You are going home"
#$ Move("home")Is there a way to jump from function?
And second question: "Is there a way to change position on screen of choise menu?"
P.S. Sorry for my poor english.
