Re: On destroy, capture
Posted: Fri Aug 23, 2013 10:55 pm
I entered this [after ScriptPostLoad() like before of corse]
Moe = OnObjectKill(
function(object, killer)
if GetEntityName(object) == "myg1_bldg_energy_collector_core" then
MissionVictory(ATT)
end
end
)
and my script dosent work ingame can someone get it working in there game or correct my script above please
Moe = OnObjectKill(
function(object, killer)
if GetEntityName(object) == "myg1_bldg_energy_collector_core" then
MissionVictory(ATT)
end
end
)
and my script dosent work ingame can someone get it working in there game or correct my script above please