aBrotherhoodenforcer3.lua 501 B

12345678910111213141516171819202122232425
  1. --[[
  2. Script Name : <script-name>
  3. Script Purpose : <purpose>
  4. Script Author : <author-name>
  5. Script Date : <date>
  6. Script Notes : <special-instructions>
  7. --]]
  8. function spawn(NPC)
  9. MovementLoopAddLocation(NPC, 4.64, 4.75, -27.67, 3, 0)
  10. MovementLoopAddLocation(NPC, -12.87, 3.26, -25.76, 3, 6)
  11. MovementLoopAddLocation(NPC, -24.59, 2.00, -7.14, 3, 10, "DespawnBE3")
  12. end
  13. function hailed(NPC, Spawn)
  14. end
  15. function respawn(NPC)
  16. end
  17. function DespawnBE3(NPC)
  18. Despawn(NPC)
  19. end