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



Attach To Event





Attach To Event will attach an object/reference to an event.

The example below would spawn a pawn at PathNode_0. The pawn would then be represented by the ??? Object Variable. Say we need something to happen when that pawn dies. Since the pawn was created after the level started, we need to give Kismet something that will represent the pawn so that if that pawn dies, Kismet can detect that change, and then fire off a signal from a Death Event. So the 'Attach To Event' attaches that pawn's reference (as the attachee) to that particular Death Event.

• The instigator on the Event is not really important here as the object is being associated with the Event through the 'Attach To Event'.