
This Unreal Script class allows you to use multiple Sky-Boxes (SkyZoneInfo) in the same map.
Usage Instuctions:
1. Extract the MultiSky.u file to your \UnrealTournament\System directory
2. In your map make two or more skyboxes with a SkyZoneInfo in each.
3. Set the Tag property (under Events) of each SkyZoneInfo to a unique name. Example: NightSky or DaySky
4. In the Class browser click load and load the MultiSky.u file.
5. Then select MultiSkyZoneInfo (under Info, ZoneInfo) and add one to each zone that you want a 
   sky in.
6. Set the SkyBoxTag property (under SkyBox) of each MultiSkyZoneInfo to the Tag of the SkyZoneInfo you 
   want to show in that zone.
You will have to include the MultiSky.u file with each map you release or you can move the class into 
the "MyLevel" package and save it with the map.

I've included an example map called DM-MultiSky.unr. Extract this file to your \UnrealTournament\Maps directory.

Send any comments or questions to BruceBickar@worldnet.att.net


