Added logic autoPathfind command

This commit is contained in:
Anuken
2023-08-13 11:05:43 -04:00
parent 2b05264093
commit 2f991a85af
6 changed files with 33 additions and 1 deletions

View File

@@ -2397,6 +2397,7 @@ lenum.unbind = Completely disable logic control.\nResume standard AI.
lenum.move = Move to exact position.
lenum.approach = Approach a position with a radius.
lenum.pathfind = Pathfind to the specified position.
lenum.autopathfind = Automatically pathfinds to the nearest enemy core or drop point.\nThis is the same as standard wave enemy pathfinding.
lenum.target = Shoot a position.
lenum.targetp = Shoot a target with velocity prediction.
lenum.itemdrop = Drop an item.