Oblivion Game Data

Select game:

Search:

Select a record type:

NDSirCaiusScript (0xKN000d6d)

  • Record Type: SCPT
  • Editor ID: NDSirCaiusScript
  • Form ID: 0xKN000d6d
  • Source File: Knights.esp.mod
  • Patch Status: FormID has not been modified.
Parameter Value
SCTX
ScriptName NDSirCaiusScript

BEGIN GameMode

	if ( GetStage ND02 < 50 )
		if  ( ND02.SirCaiusDefeated == 1 )
			if ( GetDistance ND02SirCaiusBattleMarker <= 105 )
				look ND02KnightStareMarker03
			endif
		endif
	endif

END

BEGIN OnDeath

	if ( GetStage ND02 < 50 )
		set ND02.SirCaiusDefeated to 1
	endif

END

BEGIN OnActivate

	if ( GetStage ND02 < 50 )
		else 
			activate
	endif

END

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