invisiblecube1.lua 385 B

123456789101112131415161718192021222324252627
  1. --[[
  2. Script Name : SpawnScripts/ShatteredVale3/invisiblecube1.lua
  3. Script Author : Premierio015
  4. Script Date : 2021.08.23 08:08:04
  5. Script Purpose :
  6. :
  7. --]]
  8. local WindstalkerGrizzly = 361978
  9. function spawn(NPC)
  10. end
  11. function hailed(NPC, Spawn)
  12. FaceTarget(NPC, Spawn)
  13. end
  14. function respawn(NPC)
  15. spawn(NPC)
  16. end