» Tue Feb 15, 2011 5:01 am
The main variable that checks his death is probably
set VNPCFollowers.bRexDead to 0
But in the gamne you have to use the form id of the quest so it would look like this
set B16D0.bRexDead to 0
There are a lot of other variables that should be reset when using resurrect as follows
set VNPCFollowers.RexHired to 1
set VNPCFollowers.bCritterInParty to 1
set VNPCFollowers.bPlayerHasFollower to 1
player.AddPerk SearchAndMark
RexRef.setfactionrank RexFaction 0
RexRef.setfactionrank DontTazeMeBroFaction 0
RexRef.setfactionrank AnimalFriendFaction 0
RexRef.setfactionrank CreatureHitDog 0
RexRef.setfactionrank KingsFaction 0
RexRef.setplayerteammate 1
You will have to prid to get rex's id for use in place of RexRef 118E71 is his base id. Or you can just click on him.