--[[ Script Name : bloodsaber_medic2.lua Script Purpose : Waypoint Path for bloodsaber_medic2.lua Script Author : Devn00b Script Date : 06/08/2020 11:48:32 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, 18.41, -0.09, 0.54, 2, 0) MovementLoopAddLocation(NPC, 11.57, -0.04, 0.5, 2, 0) MovementLoopAddLocation(NPC, 8.97, 0.27, 4.8, 2, 0) MovementLoopAddLocation(NPC, 5.84, 1.09, 9.39, 2, 0) MovementLoopAddLocation(NPC, 1.66, 1.78, 12.12, 2, 0) MovementLoopAddLocation(NPC, -3.22, 2.39, 11.85, 2, 0) MovementLoopAddLocation(NPC, -7.46, 3.15, 8.48, 2, 0) MovementLoopAddLocation(NPC, -10.7, 3.95, 4.82, 2, 0) MovementLoopAddLocation(NPC, -11.84, 4.67, 0.85, 2, 0) MovementLoopAddLocation(NPC, -10.98, 5.32, -3.55, 2, 0) MovementLoopAddLocation(NPC, -8.07, 5.94, -7.5, 2, 0) MovementLoopAddLocation(NPC, -4.37, 6.62, -9.99, 2, 0) MovementLoopAddLocation(NPC, -0.73, 6.99, -10.56, 2, 0) MovementLoopAddLocation(NPC, 1.84, 6.99, -12.73, 2, 0) MovementLoopAddLocation(NPC, -2.57, 6.99, -13.12, 2, 0) MovementLoopAddLocation(NPC, -1.82, 6.99, -9.63, 2, 0) MovementLoopAddLocation(NPC, -0.46, 7.02, -15.23, 2, 0) MovementLoopAddLocation(NPC, -0.89, 6.91, -25.96, 2, 0) MovementLoopAddLocation(NPC, -6.7, 6.84, -25.55, 2, 0) MovementLoopAddLocation(NPC, -3.1, 6.92, -28.99, 2, 0) MovementLoopAddLocation(NPC, -8.5, 6.87, -30.01, 2, 0) MovementLoopAddLocation(NPC, -15.6, 6.99, -25.18, 2, 0) MovementLoopAddLocation(NPC, -8.91, 7.46, -31.43, 2, 0) MovementLoopAddLocation(NPC, 2.85, 6.92, -17.57, 2, 0) MovementLoopAddLocation(NPC, -0.82, 6.81, -17.97, 2, 0) MovementLoopAddLocation(NPC, -0.77, 6.99, -10.08, 2, 0) MovementLoopAddLocation(NPC, -0.82, 6.81, -17.97, 2, 0) MovementLoopAddLocation(NPC, 2.85, 6.92, -17.57, 2, 0) MovementLoopAddLocation(NPC, -8.91, 7.46, -31.43, 2, 0) MovementLoopAddLocation(NPC, -15.6, 6.99, -25.18, 2, 0) MovementLoopAddLocation(NPC, -8.5, 6.87, -30.01, 2, 0) MovementLoopAddLocation(NPC, -3.1, 6.92, -28.99, 2, 0) MovementLoopAddLocation(NPC, -6.7, 6.84, -25.55, 2, 0) MovementLoopAddLocation(NPC, -0.89, 6.91, -25.96, 2, 0) MovementLoopAddLocation(NPC, -0.46, 7.02, -15.23, 2, 0) MovementLoopAddLocation(NPC, -1.82, 6.99, -9.63, 2, 0) MovementLoopAddLocation(NPC, -2.57, 6.99, -13.12, 2, 0) MovementLoopAddLocation(NPC, 1.84, 6.99, -12.73, 2, 0) MovementLoopAddLocation(NPC, -0.73, 6.99, -10.56, 2, 0) MovementLoopAddLocation(NPC, -4.37, 6.62, -9.99, 2, 0) MovementLoopAddLocation(NPC, -8.07, 5.94, -7.5, 2, 0) MovementLoopAddLocation(NPC, -10.98, 5.32, -3.55, 2, 0) MovementLoopAddLocation(NPC, -11.84, 4.67, 0.85, 2, 0) MovementLoopAddLocation(NPC, -10.7, 3.95, 4.82, 2, 0) MovementLoopAddLocation(NPC, -7.46, 3.15, 8.48, 2, 0) MovementLoopAddLocation(NPC, -3.22, 2.39, 11.85, 2, 0) MovementLoopAddLocation(NPC, 1.66, 1.78, 12.12, 2, 0) MovementLoopAddLocation(NPC, 5.84, 1.09, 9.39, 2, 0) MovementLoopAddLocation(NPC, 8.97, 0.27, 4.8, 2, 0) MovementLoopAddLocation(NPC, 11.57, -0.04, 0.5, 2, 0) MovementLoopAddLocation(NPC, 18.41, -0.09, 0.54, 2, 0) end