Oblivion Game Data

Select game:

Search:

Select a record type:

SEMazaddhaDeadScript (0x0008f542)

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

;This script is placed on NPC SEMazaddhaDead, and is used for Stage update for SE05 when player arrives in cell


Begin GameMode

	if ( GetDisabled == 0 )
		if ( GetStageDone SE05 92 == 0 )
			if ( GetDistance Player < 200 )
				SetStage SE05 92
			endif
		endif
	endif

End

Begin OnActivate
	SETombstoneMazaddhaREF.enable
	Activate
End

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