Diplomacy.lua 425 B

123456789101112131415
  1. --[[
  2. Script Name : Spells/Commoner/Diplomacy.lua
  3. Script Author : neatz09
  4. Script Date : 2020.08.14 10:08:05
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Info from spell_display_effects (remove from script when done)
  9. -- Reduces Awareness of Enemies
  10. -- Dispelled when target takes damage
  11. function cast(Caster, Target)
  12. Say(Target, "Hah, nice try! That's not implemented yet!")
  13. end