documentation indexreference manualfunction index

renpy.jump

Function: renpy.jump (label):

Transfers control to label. Note that this will terminate the python block it's in.

Example

if renpy.has_label('part2'):
    renpy.jump('part2')



documentation indexreference manualfunction index