aninjuredBaubbleshirecitizen.lua 423 B

12345678910111213141516171819202122
  1. --[[
  2. Script Name : SpawnScripts/qeynos_combined02/aninjuredBaubbleshirecitizen.lua
  3. Script Author : Rylec
  4. Script Date : 2021.01.17 01:01:52
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. math.randomseed(os.time())
  10. choice = math.random(1133,1139)
  11. SpawnSet(NPC, "hair_type", choice)
  12. end
  13. function hailed(NPC, Spawn)
  14. end
  15. function respawn(NPC)
  16. end