objectdumbwaiterpantry.lua 508 B

123456789101112131415161718
  1. --[[
  2. Script Name : SpawnScripts/The Estate of Unrest/objectdumbwaiterpantry.lua
  3. Script Author : neatz09
  4. Script Date : 2021.01.01 11:01:44
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. end
  10. function casted_on(NPC, Spawn, Message)
  11. if Message == "Examine dumbwaiter" then
  12. SendMessage(Spawn, "This dumbwaiter looks like it goes up to the second floor. It was used to carry prepared meals from the kitchen to the dining room.", "white")
  13. end
  14. end