--[[ Script Name : troizen.lua Script Purpose : Waypoint Path for troizen.lua Script Author : Auto Generated Script Date : 06/08/2020 01:06:04 PM Script Notes : Locations collected from Live --]] function spawn(NPC) waypoints(NPC) end function hailed(NPC, Spawn) FaceTarget(NPC, Spawn) end function respawn(NPC) end function waypoints(NPC) MovementLoopAddLocation(NPC, 77.8, -0.07, -20.96, 2, 0) MovementLoopAddLocation(NPC, 70.93, -0.07, -29.93, 2, 0) MovementLoopAddLocation(NPC, 73.53, 0.54, -38.35, 2, 0) MovementLoopAddLocation(NPC, 80.42, 1.61, -43.57, 2, 0) MovementLoopAddLocation(NPC, 86.17, 2.37, -43.47, 2, 0) MovementLoopAddLocation(NPC, 92.03, 3.13, -41.3, 2, 0) MovementLoopAddLocation(NPC, 94.64, 3.77, -36.67, 2, 0) MovementLoopAddLocation(NPC, 95.71, 4.82, -30.53, 2, 0) MovementLoopAddLocation(NPC, 94.08, 5.48, -25.83, 2, 0) MovementLoopAddLocation(NPC, 90.48, 6.08, -22.06, 2, 0) MovementLoopAddLocation(NPC, 85.22, 6.96, -19.89, 2, 0) MovementLoopAddLocation(NPC, 83.38, 6.96, -16.53, 2, 0) MovementLoopAddLocation(NPC, 82.62, 6.91, -8.86, 2, 0) MovementLoopAddLocation(NPC, 78.29, 6.88, -4.2, 2, 0) MovementLoopAddLocation(NPC, 64.53, 6.85, -3.78, 2, 0) MovementLoopAddLocation(NPC, 64.16, 6.9, -16.18, 2, 0) MovementLoopAddLocation(NPC, 59.49, 6.9, -19.98, 2, 0) MovementLoopAddLocation(NPC, 47.21, 6.83, -22.4, 2, 0) MovementLoopAddLocation(NPC, 33.64, 6.74, -34.15, 2, 0) MovementLoopAddLocation(NPC, 32.02, 6.86, -43.03, 2, 0) MovementLoopAddLocation(NPC, 27.64, 7.38, -44.49, 2, 0) MovementLoopAddLocation(NPC, 4.37, 6.87, -44.17, 2, 0) MovementLoopAddLocation(NPC, -14.17, 6.81, -26.55, 2, 0) MovementLoopAddLocation(NPC, -25.1, 6.79, -16.3, 2, 0) MovementLoopAddLocation(NPC, -14.17, 6.81, -26.55, 2, 0) MovementLoopAddLocation(NPC, 4.37, 6.87, -44.17, 2, 0) MovementLoopAddLocation(NPC, 27.64, 7.38, -44.49, 2, 0) MovementLoopAddLocation(NPC, 32.02, 6.86, -43.03, 2, 0) MovementLoopAddLocation(NPC, 33.64, 6.74, -34.15, 2, 0) MovementLoopAddLocation(NPC, 47.21, 6.83, -22.4, 2, 0) MovementLoopAddLocation(NPC, 59.49, 6.9, -19.98, 2, 0) MovementLoopAddLocation(NPC, 64.16, 6.9, -16.18, 2, 0) MovementLoopAddLocation(NPC, 64.53, 6.85, -3.78, 2, 0) MovementLoopAddLocation(NPC, 78.29, 6.88, -4.2, 2, 0) MovementLoopAddLocation(NPC, 82.62, 6.91, -8.86, 2, 0) MovementLoopAddLocation(NPC, 83.38, 6.96, -16.53, 2, 0) MovementLoopAddLocation(NPC, 85.22, 6.96, -19.89, 2, 0) MovementLoopAddLocation(NPC, 90.48, 6.08, -22.06, 2, 0) MovementLoopAddLocation(NPC, 94.08, 5.48, -25.83, 2, 0) MovementLoopAddLocation(NPC, 95.71, 4.82, -30.53, 2, 0) MovementLoopAddLocation(NPC, 94.64, 3.77, -36.67, 2, 0) MovementLoopAddLocation(NPC, 92.03, 3.13, -41.3, 2, 0) MovementLoopAddLocation(NPC, 86.17, 2.37, -43.47, 2, 0) MovementLoopAddLocation(NPC, 80.42, 1.61, -43.57, 2, 0) MovementLoopAddLocation(NPC, 73.53, 0.54, -38.35, 2, 0) MovementLoopAddLocation(NPC, 70.93, -0.07, -29.93, 2, 0) MovementLoopAddLocation(NPC, 77.8, -0.07, -20.96, 2, 0) end