1234567891011121314 |
- --[[
- Script Name : Spells/Commoner/Rob.lua
- Script Author : neatz09
- Script Date : 2020.04.02 09:04:43
- Script Purpose :
- :
- --]]
- -- Info from spell_display_effects (remove from script when done)
- -- 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.
- function cast(Caster, Target)
- Say(Target, "Hah, nice try! That's not implemented yet!")
- end
|