Anonymous
05-25-2004, 11:03 PM
function TargetStats_OnEvent(evevt)
if ( event == "PLAYER_TARGET_CHANGED" ) then
TargetStats_Update();
return;
end
end
in targetstats.lua, it ofcourse has a typo in it, evevt should be event.
This is not in the Cosmos_Release.zip, but in a prior version.
if ( event == "PLAYER_TARGET_CHANGED" ) then
TargetStats_Update();
return;
end
end
in targetstats.lua, it ofcourse has a typo in it, evevt should be event.
This is not in the Cosmos_Release.zip, but in a prior version.