Oblivion Game Data

Select game:

Search:

Select a record type:

LlevanaNedarenSCRIPT (0x000c5088)

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

short Doonce

begin OnDeath
	if ( GetStage MS10 >= 10 ) && ( GetStage MS10 < 100 )
		setstage MS10 200
	endif

	if ( GetStage MS10 >= 150 ) && ( GetStage MS10 < 180 )
		setstage MS10 200
	endif
end

begin gamemode
	if ( Doonce == 0 )
		if ( GetStage MS10 == 79 )
			UlrichLelandRef.SetAv Health 50
			UlrichLelandRef.SetRestrained 1
			LlevanaNedarenRef.Cast MS10ParalyzeSpell UlrichLelandRef
			MS10Rat01Ref.Enable
			MS10Rat02Ref.Enable
			MS10Rat01Ref.StartCombat UlrichLelandRef
			MS10Rat02Ref.StartCombat UlrichLelandRef
			set Doonce to 1
		endif
	endif

end

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