Asw order nearby aliens: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 14: Line 14:
: Name of the target object for our orders (used by move to and move to ignoring marines orders).
: Name of the target object for our orders (used by move to and move to ignoring marines orders).
== Outputs ==
== Outputs ==
{{todo| add and explain Outputs}}
; <code>OnUser1 - 4</code>
: Fire the OnUser outputs; see [[User Inputs and Outputs]].
{{todo| add the rest and explain the Outputs}}


== Inputs ==
== Inputs ==
; <code>Send Orders</code>
; <code>Send Orders</code>
: activates the entity and well sends the orders given, then goes back to sleep until triggered again
: activates the entity and well sends the orders given, then goes back to sleep until triggered again
; <code>OnUser1 - 4</code>
: Fired in response to the FireUser inputs; see [[User Inputs and Outputs]].
{{todo| add and explain Inputs}}
{{todo| add and explain Inputs}}

Revision as of 18:44, 26 July 2010

Alien Swarmasw_Order_nearby_aliens is an entity available in Alien Swarm Issues an order to nearby aliens of a specified type.

Recommendations

  • usefull for situations where you want certain types of aliens to do something and another type to do something else
    Note.pngNote:THis entity Will not be active until triggered by something else
  • can also be used to force the aliens to retreat, via the alien orders(Move To) property.
  • Can give immersion by simulating alien inteligence. ex. running away or flanking 2 directions when a marine activates a turret

Keyvalues

Order Radius
Which type of alien to send orders to.
Alien Orders
Orders given to nearby aliens
Alien Orders Target Name
Name of the target object for our orders (used by move to and move to ignoring marines orders).

Outputs

OnUser1 - 4
Fire the OnUser outputs; see User Inputs and Outputs.
Todo:  add the rest and explain the Outputs

Inputs

Send Orders
activates the entity and well sends the orders given, then goes back to sleep until triggered again
OnUser1 - 4
Fired in response to the FireUser inputs; see User Inputs and Outputs.
Todo:  add and explain Inputs