NamedCreate Trigger
Arguments
Common UsageThese triggers have largely fallen by the wayside in favor of better options (activating inactive Timer triggers, primarily)
Examples<Trigger Name="MoveBrainWhale0" Type="NamedCreate" Target="BrainWhale" > <AttackAttackMove Name="BrainWhale" Position="6464,-3048,0"/> </Trigger> From the Deneb mission in Imminent Crisis, this tells the brainwhale to move as soon as it is spawned. |