*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.



Modify Object List





Modify Object List allows 'on-the-fly' changes to the object list variable while the level is running.

• The ObjectRef is the object that will be added/removed from the ObjectListVariable.

• The ObjectListVar is the object variable containing the list the action will check against..

• ListEntriesCount: I have no idea. If someone knows, please drop me an email.



• Add To List: Will add the object referenced to the Object List contained in the variable.

• Remove From List: Will, erm, remove the object referenced form the Object List.

• Empty List: Will empty the list.