Oblivion Game Data

Select game:

Search:

Select a record type:

SE46AtrabhiDementiaScript (0x00081f89)

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

;sets variable to check whether Mania or Dementia version of NPC is killed for SE46
Begin OnDeath

if ( SE46.AtrabhiVAR == 0 )
	set SE46.AtrabhiVAR to 2
endif

if ( SE46.sidechosen == 1 ) && ( 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