Hallucination - Chaser 
A generic hallucination that chases the target.
Vars | |
| think_interval | Interval between two thinks in deciseconds. Shouldn't be too low to prevent lag. |
|---|---|
| think_timer | Think timer handle. |
Procs | |
| chase | Called every Think when we are not close enough to the target. |
| think | Called at regular intervals to determine what to do. |
| within_range | Called every Think when we are close enough to the target. |
Var Details
think_interval 
Interval between two thinks in deciseconds. Shouldn't be too low to prevent lag.
think_timer 
Think timer handle.
Proc Details
chase
Called every Think when we are not close enough to the target.
think
Called at regular intervals to determine what to do.
within_range
Called every Think when we are close enough to the target.