aBrotherhoodenforcer1.lua 497 B

1234567891011121314151617181920212223
  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, -14.62, 2.25, -6.99, 3, 0)
  10. MovementLoopAddLocation(NPC, -17.68, 3.00, -21.58, 3, 10)
  11. MovementLoopAddLocation(NPC, -24.59, 2.00, -7.14, 3, 10, "DespawnBE1")
  12. end
  13. function hailed(NPC, Spawn)
  14. end
  15. function respawn(NPC)
  16. end
  17. function DespawnBE1(NPC)
  18. Despawn(NPC)
  19. end