OK so it's throwing me out of the game because can't find a label...trace attached
Here's the relevant part of the dump:
Traceback (most recent call last):
File "F:\torrent-games\WaterWorld-072-pc\WaterWorld-0.7.2-pc\renpy\display\core.py", line 1911, in make_draw
__import__(mod)
File "gltexture.pxd", line 28, in init renpy.angle.gldraw
File "gltexture.pyx", line 1, in init renpy.angle.gltexture
ImportError: No module named gl
"No module named gl" means it tried to load the gl module, but couldn't find it.
Do you have a directory called gl in the renpy directory, with these files?
__init__.py
__init__.pyo
gl.pxd
gl.pyx
gl1.pxd
gl1.pyx
glblacklist.py
glblacklist.pyo
gldraw.pxd
gldraw.pyx
glenviron_fixed.pyx
glenviron_limited.pyx
glenviron_shader.pyx
glrtt_copy.pyx
glrtt_fbo.pyx
gltexture.pxd
gltexture.pyx
If not, your installation is incomplete.