1234567891011121314 |
- --[[
- Script Name : SpawnScripts/Nektropos1/aPatchworkLaborer1.lua
- Script Author : smash
- Script Date : 2018.06.21
- Script Purpose :
- :
- --]]
- function spawn(NPC)
- MovementLoopAddLocation(NPC, 205, -16.27, 8, 2, 0)
- MovementLoopAddLocation(NPC, 216, -16.27, 9, 2, 0)
- MovementLoopAddLocation(NPC, 214, -16.27, 6, 2, 0)
- MovementLoopAddLocation(NPC, 207, -16.27, 6, 2, 0)
- end
|