aTunarianhorsesentry.lua 425 B

12345678910111213141516
  1. --[[
  2. Script Name : SpawnScripts/OutpostOverlord/aTunarianhorsesentry.lua
  3. Script Purpose : Mount for Tunarian sentry (2780070)
  4. Script Author : John Adams
  5. Script Date : 2009.03.27
  6. Script Notes : Figure out how to use one script for all Tunarian Horse Sentry NPCs
  7. --]]
  8. function spawn(NPC)
  9. SetMount(NPC, 6848)
  10. SetMountColor(NPC, 255, 255, 255, 255, 255, 255)
  11. end
  12. function respawn(NPC)
  13. spawn(NPC)
  14. end