Trying to do a warp to line. Manual says:
When I type this into a .rpy file I get a mysterious error:
View attachment traceback.txt
I tried many variations on that command, also typing them into the console,
& got many other errors, all mysterious. Eventually I think I have found
something that works (sometimes): In a .rpy file:
Please is there a less messy way to do this?
Code:
renpy.warp_to_line(warp_spec)
View attachment traceback.txt
I tried many variations on that command, also typing them into the console,
& got many other errors, all mysterious. Eventually I think I have found
something that works (sometimes): In a .rpy file:
Code:
$ warp_spec = "script.rpy:200"
$ renpy.warp.warp_spec = warp_spec
$ renpy.warp.warp()