-- Level startup script print ("TestLevel Script...") -- Load the skydome LoadSkyDome("SkyDomes\\CancunSkydome.rom") -- Setup the sun Sun.Enable() Sun.SetReflectionBrightness(0.5) Sun.SetReflectionSize(10) Sun.SetReflectionLength(1) Sun.SetColour(1.0,1.0,1.0,1.0) Sun.SetFlareType(4) Sun.SetSharpness(1.0) -- Other available sun commands are Sun.SetPosition(x,y,z)