PickPocket.lua 551 B

1234567891011121314
  1. --[[
  2. Script Name : Spells/Commoner/PickPocket.lua
  3. Script Author : neatz09
  4. Script Date : 2020.08.14 03:08:08
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Info from spell_display_effects (remove from script when done)
  9. -- Gives the caster a chance to steal something from the target. The chance is based on the level difference of the opponent. Be wary, though, some creatures may not take kindly to being robbed.
  10. function cast(Caster, Target)
  11. Say(Target, "Hah, nice try! That's not implemented yet!")
  12. end