Oblivion Game Data

Select game:

Search:

Select a record type:

SE46HorkvirManiaScript (0x00081f5c)

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

Begin OnDeath
;sets variable to check whether Mania or Dementia version of NPC is killed for SE46
if ( SE46.HorkvirVAR == 0 )
	set SE46.HorkvirVAR to 1
endif

if ( SE46.sidechosen == 2 ) && ( GetStage SE46 < 200 )
	SetStage SE46 210
endif

if ( SE46.sidechosen == 0 )
	if ( GetStage SE46 < 10 ) 
		StopQuest SE46
	else
		;SetStage SE46 210
	endif
endif

End

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