For item scripts
Code: Select all
function proc(Item, Caster, Target, Type)
end
Code: Select all
function proc(Caster, Target, Type)
end
Caster = spawn that is casting the proc
Target = spawn that is the target of the proc
Type = the type of proc going off