renpy/doc/reference/functions/renpy.jump

From Ren'Py Visual Novel Engine

Jump to: navigation, search

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')


Personal tools