documentation index ◦ reference manual ◦ function index
Transfers control to label. Note that this will terminate the python block it's in.
if renpy.has_label('part2'): renpy.jump('part2')