Asw order nearby aliens: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{as}}'''asw_Order_nearby_aliens''' is an entity available in [[Alien Swarm]] Issues an order to nearby aliens of a specified type.
{{as brush|asw_order_nearby_aliens}} It issues an order to nearby aliens of a specified type.
{{clr}}
 
== Recommendations ==
== Recommendations ==
* usefull for situations where you want certain types of aliens to do something and another type to do something else {{note|THis entity Will not be active until triggered by something else}}
* usefull for situations where you want certain types of aliens to do something and another type to do something else {{note|THis entity Will not be active until triggered by something else}}

Revision as of 05:56, 27 July 2010

Template:As brush It 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