BookcasetoBasementLeft.lua 506 B

1234567891011121314151617181920212223
  1. --[[
  2. Script Name : SpawnScripts/The Estate of Unrest/BookcasetoBasementLeft.lua
  3. Script Author : neatz09
  4. Script Date : 2021.01.01 11:01:04
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. end
  10. function usedoor(NPC, Spawn, IsOpen)
  11. if IsOpen == false then
  12. SendMessage(Spawn, "There is a depression on the back of the bookshelves in the shape of four fists joined at the wrist.", "white")
  13. end
  14. OpenDoor(NPC)
  15. end
  16. function respawn(NPC)
  17. end