Originally Posted by karmac
Wonderfull editor man, great job.
Was wondering, is it possible to use it to revive a dead npc?
I would like to resurrect Frederick, I didnt know there was a time limit to finish his quest, the poor guy bled out before I could save him. sad


There may be a way, but his death also updates the story Rete databases in the savagame, which is very hard to revert. So even though he's alive again, the quest will say that he's dead (at least I think).

The relevant code from LUC_ImpMaster.txt (CHARACTER_LUC_ImpSlave == Frederick):
Code
PROC
	PROC_LUC_IM_ImpIsOut()
AND
	Dead(CHARACTER_LUC_ImpMaster)
THEN
	DB_LUC_IS_SlaveMaster("Out","Dead");


The only way to fix this would be deleting this item from the DB_LUC_IS_SlaveMaster DB, which is not supported by the save editor currently.