Actor133772230.lua 395 B

123456789101112131415161718192021
  1. --[[
  2. Script Name : SpawnScripts/RylecsTest/Actor133772230.lua
  3. Script Author : Rylec
  4. Script Date : 2021.03.03 07:03:50
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. SpawnSet(NPC, "name", "Siene")
  10. SpawnSet(NPC, "hair_type", "1128")
  11. end
  12. function hailed(NPC, Spawn)
  13. FaceTarget(NPC, Spawn)
  14. end
  15. function respawn(NPC)
  16. end