code/datums/ai/basic_mobs/basic_ai_behaviors/step_towards_turf.dm
/datum/ai_behavior/step_towards_turf | Moves a short distance towards a location repeatedly until you arrive at the destination. You'd use this over travel_towards if you're travelling a long distance over a long time, because the AI controller has a maximum range. |
---|---|
/datum/ai_behavior/step_towards_turf/in_area | Moves a short distance towards a location in an area Unlike step_towards_turf it will reacquire a new turf from the area if it loses its target |