No categories assigned

LUA:AddThreatTransfer


LUA:AllFunctions - AddThreatTransfer

Return to: LUA:AllFunctions | Tutorials | Portal | Forum | Project Manager | Bug Tracker


Adds a threat transfer for the given percentage

Syntax

AddThreatTransfer(param1, param2, param3)

Parameters

Required - param1 (Spawn), param2 (spawn), param3 (float)
param1 is the spawn who will be transferring the hate
param2 is the spawn who we transfer the hate to
param3 is the percentage of hate to transfer


Example

function cast(Caster, Target)
    AddThreatTransfer(Caster, Target, 30)
end

When cast this spell will add a threat transfer of 30%

Notes

Only 1 threat transfer can be active at a time

This function can only be used in a spell script