Oblivion Game Data

Select game:

Search:

Select a record type:

SE46JzidzoManiaScript (0x00081f75)

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

Begin OnDeath
;sets variable to check whether Mania or Dementia version of NPC is killed for SE46
if ( SE46.JzidzoVAR == 0 )
	set SE46.JzidzoVAR 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