Crystashandmaiden.lua 379 B

12345678910111213
  1. --[[
  2. Script Name : SpawnScripts/Nektropos1/Crystashandmaiden.lua
  3. Script Author : smash
  4. Script Date : 2016.09.10 09:09:23
  5. Script Purpose :
  6. :
  7. --]]
  8. function death(NPC, Spawn)
  9. local bed = GetSpawnByLocationID(GetZone(NPC), 439534)
  10. SpawnSet(bed, "show_command_icon", "1")
  11. SpawnSet(bed, "display_hand_icon", "1")
  12. end