*Note: I created the most of the tutorials using the Roboblitz and Gears of War editors. Based on the engine, and the version, some properties specified may be in slightly different locations than what is displayed in the screenshots.

If you need to learn how to create a basic map I would reccomend:
For UT99, UT2K3 & UT2K4: the Unreal Wiki.
For UT3: Waylon's Tutorials.



Level Loaded And Visible - Level Loaded And Visible




Level Loaded And Visible fires off when the level it is contained in has completed loading, and is visible in game. This is generally used to start events in a sub-level rather than a persistant level. Also, since it contains the condition 'And Visible' it is possible to load a sublevel, but not make it visible. When the level is loaded, but not yet visible, this event will not fire until the level is made visible.

• bClientSideOnly, bEnabled, bPlayerOnly, MaxTriggerCount, and ReTriggerDelay are almost never changed for this Event. The defaults are generally all you will need. For full descriptions of these attributes, read the 'Events - Actors - Destroyed' Tutorial.