Oblivion Game Data

Select game:

Search:

Select a record type:

MS09JorundrScript (0x000e9cb3)

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

short JorundrMoves
short JorundrDies

begin gamemode

;Evp Jorundr after Convo

if ( MS09.TyrelliusDone == 1 )
	EvaluatePackage
	set MS09.TyrelliusDone to 2
endif

;This moves Jorundr to non-player cell after the quest is over

if ( GetStage MS09 == 100 ) || ( GetStage MS09 >= 160 )
	if ( JorundrMoves == 0 ) && ( GetDead == 0 ) && ( Player.GetInCell BrumaCastleDungeon == 0 )
		MoveTo MS09JorundrPostQMarker
		set JorundrMoves to 1
	endif
endif

end

begin OnDeath

if ( GetStage MS09 >= 10 ) && ( GetStage MS09 < 70 ) && ( JorundrDies == 0 )
	setstage MS09 200
	set JorundrDies to 1
endif

if ( GetStage MS09 >= 140 ) && ( GetStage MS09 < 160 ) && ( JorundrDies == 0 )
	setstage MS09 200
	set JorundrDies to 1
endif

end

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