Oblivion Game Data

Select game:

Search:

Select a record type:

SEEarilSCRIPT (0x00050910)

  • Record Type: SCPT
  • Editor ID: SEEarilSCRIPT
  • Form ID: 0x00050910
  • Source File: Oblivion.esm.mod
  • Patch Status: FormID has not been modified.
Parameter Value
SCTX
scn SEEarilSCRIPT

begin OnDeath

	SETombstoneEarilREF.enable
	if ( GetStage SE35 >= 20 )
		SetStage SE35 60
	endif

end

Begin OnActivate

	if SEHerdirRef.TargetRef == SEEarilRef
		if IsActionRef Player == 1 
			return
		endif
	else
		Activate
	endif

End

Database last updated 11/02/2011
SCPT records last updated 10/31/2011