Name | Type | is_array | initial_value |
BoltCV | integer | No | |
BoltDamage | real | Yes | |
BoltDist | real | Yes | |
BoltDummy | unit | Yes | |
BoltGroup | group | No | |
BoltLoc | location | Yes | |
bounces | integer | Yes | |
Caster | unit | Yes | |
CasterLoc | location | Yes | |
CoF | effect | Yes | |
damage | integer | Yes | |
damage1 | integer | Yes | |
FFN_Int | integervar | No | |
first_integer | integer | No | |
FT_Caster | unit | No | |
ID | integervar | No | |
ID_Caster | unit | Yes | |
ID_CastNumber | integer | No | |
ID_Integer | integervar | No | |
ID_Off | boolean | Yes | |
ID_Orb | unit | Yes | |
ID_Point | location | Yes | |
ID_Switch | integer | No | |
ID_Time | real | Yes | |
IG_Caster | unit | No | |
InitAngle | real | Yes | |
NewBoltLoc | location | Yes | |
NewOrbLoc | location | Yes | |
NovaLoc | location | No | |
OrbCV | integer | No | |
OrbDamage | real | Yes | |
OrbDist | real | Yes | |
OrbDummy | unit | Yes | |
OrbGroup | group | No | |
OrbLoc | location | Yes | |
SOF_Caster | unit | No | |
SOF_Unit | unit | Yes | |
SpawnAngle | real | Yes | |
TA_Point | location | No | |
TargetLoc | location | No | |
TargetPt | location | Yes | |
tempint | integer | No | |
TempLoc | location | No | |
temppt1 | location | No | |
temppt2 | location | No | |
WS_Caster | unit | No | |
WS_Number | real | No |
function Trig_temp_Actions takes nothing returns nothing
set udg_CasterLoc[udg_OrbCV] = GetUnitLoc(udg_Caster[udg_OrbCV])
endfunction
//===========================================================================
function InitTrig_temp takes nothing returns nothing
set gg_trg_temp = CreateTrigger( )
call TriggerAddAction( gg_trg_temp, function Trig_temp_Actions )
endfunction