1234567891011121314 |
- --[[
- Script Name : SpawnScripts/Nektropos1/aPatchworkLaborer2.lua
- Script Author : smash
- Script Date : 2018.06.21
- Script Purpose :
- :
- --]]
- function spawn(NPC)
- MovementLoopAddLocation(NPC, 210, -16.27, 20, 2, 0)
- MovementLoopAddLocation(NPC, 203, -16.27, 20, 2, 0)
- MovementLoopAddLocation(NPC, 204, -16.27, 16, 2, 0)
- MovementLoopAddLocation(NPC, 213, -16.27, 18, 2, 0)
- end
|