stove1.lua 477 B

1234567891011121314151617181920212223
  1. --[[
  2. Script Name : SpawnScripts/The Estate of Unrest/stove1.lua
  3. Script Author : neatz09
  4. Script Date : 2021.01.01 11:01:37
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. end
  10. function casted_on(NPC, Spawn, Message)
  11. if Message == "Inspect" then
  12. SendMessage(Spawn, "This stove was once used by the chef of the house to create extraordinary meals for visitors.", "white")
  13. end
  14. end
  15. function respawn(NPC)
  16. end