executionplazapit.lua 358 B

1234567891011121314151617181920
  1. --[[
  2. Script Name : SpawnScripts/Freeport/executionplazapit.lua
  3. Script Author : neatz09
  4. Script Date : 2020.07.14 05:07:25
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. --if holiday use visual state 1491
  10. end
  11. function hailed(NPC, Spawn)
  12. FaceTarget(NPC, Spawn)
  13. end
  14. function respawn(NPC)
  15. end