NPC:SetLastPosition
Description
Sets the last registered or memorized position for an npc. When using scheduling, the NPC will focus on navigating to the last position via nodes.
The navigation requires ground nodes to function properly, otherwise the NPC could only navigate in a small area. (https://developer.valvesoftware.com/wiki/Info_node)
Arguments
Example
Make an NPC chase a player
Output: The NPC will chase the player.