aiscripted_sequence (Half-Life) Last edited 15 years ago2008-05-04 03:44:32 UTC

You are viewing an older revision of this wiki page. The current revision may be more detailed and up-to-date. Click here to see the current revision of this page.

This article was converted from a previous version of TWHL and may need to be reviewed

  1. The formatting may be incorrect due to differences in the WikiCode processing engine, it needs to be revised and reformatted
  2. Some information may be out of date
  3. After the article is re-formatted and updated, remove this notice and the Review Required category.
  4. Some older articles are no longer useful, or they duplicate information from other pages. In this case, delete the page after merging any relevant information into other pages. Contact an admin to delete a page.
Point Entity

This entity is similar to the normal scripted_sequence, except that it completly overrides the monster AI. Regardless of what you do to the monster, it will follow this sequence.

Attributes

0 = No - Monster will perform the sequence wherever it is.<BR>
1 = Walk - walks to the location of the aiscripted_sequence, then performs its animation.<BR>
2 = Run - as above, but runs.<BR>
4 = Instantaneous - warps to spot.<BR>
5 = No-turn to face - monster turns to face the aiscripted_sequence, then performs the sequence.

Flags

Inputs

Outputs

Notes

*
Any damage taken by the monster while the script is running will take effect when the script finishes.
*
Use a model viewer to see the animations available to each monster.

1 Comment

Commented 2 years ago2021-07-13 16:50:28 UTC Comment #103609
I have noticed that the AI Schedule when done (m_iFinishSchedule) seems to have an effect for me; when using this entity to place a headcrab in a ventilation duct with a transparent, breakable entrance, the headcrab will fling itself at the player on sight with m_iFinishSchedule set to Default AI (0), but will wait until the vent is broken when that keyvalue is set to Ambush (1).

You must log in to post a comment. You can login or register a new account.