You are viewing an old version of this page. Return to the latest version.
No categories assigned
LUA:AddWard
- Last edited 4 years ago by Vlash Nytefall
LUA Functions: AddWard()
Adds a ward with the given amount
Syntax
AddWard(param1)
Parameters
- Required - param1 (int32)
- param1 is the amount of the ward
Usage
function cast(Caster, Target)
AddWard(25)
end
Adds a ward that will absorb 25 damage
Notes
Can only be used in a spell script
The ward will be applied to the targets of the spell that uses this spell script