Space Station 13 - Modules - TypesVar Details - Proc Details

Hallucination - Chaser

A generic hallucination that chases the target.

Vars

think_intervalInterval between two thinks in deciseconds. Shouldn't be too low to prevent lag.
think_timerThink timer handle.

Procs

chaseCalled every Think when we are not close enough to the target.
thinkCalled at regular intervals to determine what to do.
within_rangeCalled 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.