AutomaticBook.lua 390 B

12345678910111213141516171819
  1. --[[
  2. Script Name : ItemScripts/AutomaticBook.lua
  3. Script Author : Dorbin
  4. Script Date : 2022.10.21 04:10:19
  5. Script Purpose :
  6. :
  7. --]]
  8. function examined(Item, Player)
  9. end
  10. function obtained(Item, Spawn)
  11. target = GetTarget(Spawn)
  12. if target ~= nil then
  13. -- CastEntityCommand(Spawn, target, 1, "Scribe")
  14. end
  15. end