AppendTarget (script event)
From modwiki
The information on this page is specific to Quake 4.Description
Used to add to an entity's list of targets.
Usage
In your script type...
float appendTarget( entity target )
Parameters
- [target] - Entity to be targetted.
Examples
$my_entity.appendTarget( $my_entity2 );
Notes
Not available.

