Nice idea. A script like this should be easy to make for vets. But I'm a newbie, but I have an idea.
Something like this: (add it to ED-E's existing script)
i'm probably going to butcher the scripting language now but it should give you some idea.
READ THE NOTES BELOW
begin OnActivateif ederef.gethealth == 0 if player.getitemcount wrench >= 1 if player.getav repair >= 50 ederef.resurrect ShowMessage EdeResurrected elseif player.getav repair < 50 ShowMessage EdeFailedResurrectionRepairSkill endif elseif player.getitemcount wrench == 0 ShowMessage EdeFailedResurrectionWrench endifendifend
you have to make the messages of course. replace "wrench" with it's geck name, though it could just be wrench. replace "ederef" with e-de's reference name (note that you'd have to make a different one for every kind of ed-e, there are 2 upgraded ones. if it doesn't work, try removing ederef. , maybe it'll just work on the creature it's assigned to then.
the script also checks for the player's repair skill to be at least 50, again check if that's what the repair skill is actually called in the geck.